georad commited on
Commit
9973c9b
·
verified ·
1 Parent(s): 5061ba9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,6 +46,6 @@ about_page = st.Page(
46
  #page = PAGES[selection]
47
 
48
  # --- NAVIGATION SETUP ---
49
- pg = st.navigation(pages=[start_page, type_text_page, upload_file_page, about_page]) # WITHOUT SECTIONS
50
  #pg = st.navigation({"Chapter_Index": [start_page], "Demo": [type_text_page, upload_file_page], "About": [about_page]}) # WITH SECTIONS
51
  pg.run()
 
46
  #page = PAGES[selection]
47
 
48
  # --- NAVIGATION SETUP ---
49
+ pg = st.navigation(pages=[demo_type_text_page, upload_file_page, about_page]) # WITHOUT SECTIONS
50
  #pg = st.navigation({"Chapter_Index": [start_page], "Demo": [type_text_page, upload_file_page], "About": [about_page]}) # WITH SECTIONS
51
  pg.run()