Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:")
|