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