Update app.py
Browse files
app.py
CHANGED
@@ -46,6 +46,6 @@ about_page = st.Page(
|
|
46 |
#page = PAGES[selection]
|
47 |
|
48 |
# --- NAVIGATION SETUP ---
|
49 |
-
pg = st.navigation(pages=[
|
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()
|