z4hid commited on
Commit
6caf9a5
·
verified ·
1 Parent(s): a56919d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -261,8 +261,8 @@ crew = Crew(
261
  )
262
 
263
  # Streamlit application
264
- st.set_page_config(page_title="Competitor Analysis", page_icon=":bar_chart:")
265
- st.title("Competitor Analysis")
266
 
267
  # Get the competitor URL from the user
268
  competitor_url = st.text_input("Enter the competitor website URL:")
 
261
  )
262
 
263
  # Streamlit application
264
+ st.set_page_config(page_title="Spark Competitor Analysis", page_icon=":bar_chart:")
265
+ st.title("BrainSpark Competitor Analysis")
266
 
267
  # Get the competitor URL from the user
268
  competitor_url = st.text_input("Enter the competitor website URL:")