GMARTINEZMILLA commited on
Commit
e41b678
1 Parent(s): ef8d112

feat: updated location of files

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -102,7 +102,8 @@ st.markdown("""
102
  """)
103
 
104
  # Navigation menu
105
- page = st.selectbox("Select the tool you want to use", ["", "Customer Analysis", "Articles Recommendations"])
 
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 == "":