Spaces:
Sleeping
Sleeping
GMARTINEZMILLA
commited on
Commit
•
e41b678
1
Parent(s):
ef8d112
feat: updated location of files
Browse files
app.py
CHANGED
@@ -102,7 +102,8 @@ st.markdown("""
|
|
102 |
""")
|
103 |
|
104 |
# Navigation menu
|
105 |
-
|
|
|
106 |
|
107 |
# Home Page
|
108 |
if page == "":
|
|
|
102 |
""")
|
103 |
|
104 |
# Navigation menu
|
105 |
+
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 == "":
|