georad commited on
Commit
235c0ab
·
verified ·
1 Parent(s): a92df5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -14,7 +14,6 @@ type_text_page = st.Page(
14
  default=True,)
15
 
16
  # --- NAVIGATION SETUP ---
17
-
18
  pg = st.navigation(pages=[type_text_page]) # WITHOUT SECTIONS
19
  #pg = st.navigation({"Chapter_Index": [start_page], "Demo": [type_text_page, upload_file_page], "About": [about_page]}) # WITH SECTIONS
20
  pg.run()
 
14
  default=True,)
15
 
16
  # --- NAVIGATION SETUP ---
 
17
  pg = st.navigation(pages=[type_text_page]) # WITHOUT SECTIONS
18
  #pg = st.navigation({"Chapter_Index": [start_page], "Demo": [type_text_page, upload_file_page], "About": [about_page]}) # WITH SECTIONS
19
  pg.run()