Spaces:
Sleeping
Sleeping
GMARTINEZMILLA
commited on
Commit
•
efa4164
1
Parent(s):
e41b678
feat: updated location of files
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ st.sidebar.title("DeepInsightz")
|
|
106 |
page = st.sidebar.selectbox("Select the tool you want to use", ["Home", "Customer Analysis", "Articles Recommendations"])
|
107 |
|
108 |
# Home Page
|
109 |
-
if page == "":
|
110 |
st.markdown("## Welcome to the Customer Insights App")
|
111 |
st.write("Use the dropdown menu to navigate between the different sections.")
|
112 |
|
|
|
106 |
page = st.sidebar.selectbox("Select the tool you want to use", ["Home", "Customer Analysis", "Articles Recommendations"])
|
107 |
|
108 |
# Home Page
|
109 |
+
if page == "Home":
|
110 |
st.markdown("## Welcome to the Customer Insights App")
|
111 |
st.write("Use the dropdown menu to navigate between the different sections.")
|
112 |
|