Update app.py
Browse files
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()
|