georad commited on
Commit
73e19aa
·
verified ·
1 Parent(s): 903376c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -76,9 +76,4 @@ st.sidebar.text("Demo by JA-RAD")
76
  # --- NAVIGATION SETUP ---
77
  pg = st.navigation(pages=[type_text_page]) # WITHOUT SECTIONS
78
  ##pg = st.navigation({"Chapter_Index": [start_page], "Demo": [type_text_page, upload_file_page], "About": [about_page]}) # WITH SECTIONS
79
- pg.run()
80
-
81
-
82
- if __name__ == "__main__":
83
- pg = st.navigation(pages=[type_text_page]) # WITHOUT SECTIONS
84
- pg.run()
 
76
  # --- NAVIGATION SETUP ---
77
  pg = st.navigation(pages=[type_text_page]) # WITHOUT SECTIONS
78
  ##pg = st.navigation({"Chapter_Index": [start_page], "Demo": [type_text_page, upload_file_page], "About": [about_page]}) # WITH SECTIONS
79
+ pg.run()