aaronmat1905 commited on
Commit
246afe5
·
verified ·
1 Parent(s): 100066f

small change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -429,7 +429,7 @@ def main():
429
  )
430
 
431
  # Create a selection box to choose between pages
432
- page = st.sidebar.radio("Select a page", ["Home", "About", "Contact"])
433
 
434
  if page == "Home":
435
  render_home()
 
429
  )
430
 
431
  # Create a selection box to choose between pages
432
+ page = st.sidebar.radio("Select a page", ["Home", "Dashboard", "Analytics", "Brainstorm", "Chat"])
433
 
434
  if page == "Home":
435
  render_home()