Spaces:
Sleeping
Sleeping
GMARTINEZMILLA
commited on
Commit
•
37f2997
1
Parent(s):
eb4cbbc
feat: updated location of files
Browse files
app.py
CHANGED
@@ -142,7 +142,7 @@ st.markdown("""
|
|
142 |
st.sidebar.title("DeepInsightz")
|
143 |
page = st.sidebar.selectbox("Select the tool you want to use", ["Summary", "Customer Analysis", "Articles Recommendations"])
|
144 |
|
145 |
-
if page == "
|
146 |
st.title("Welcome to DeepInsightz")
|
147 |
st.markdown("""
|
148 |
### Data-driven Customer Clustering
|
|
|
142 |
st.sidebar.title("DeepInsightz")
|
143 |
page = st.sidebar.selectbox("Select the tool you want to use", ["Summary", "Customer Analysis", "Articles Recommendations"])
|
144 |
|
145 |
+
if page == "Summary":
|
146 |
st.title("Welcome to DeepInsightz")
|
147 |
st.markdown("""
|
148 |
### Data-driven Customer Clustering
|