georad commited on
Commit
ddf963a
·
verified ·
1 Parent(s): 574f160

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -14,6 +14,9 @@ type_text_page = st.Page(
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()
 
14
  default=True,)
15
 
16
  # --- NAVIGATION SETUP ---
17
+ page = st_navbar(["SBSmapper V2.0"])
18
+ st.write(page)
19
+
20
+ #pg = st.navigation(pages=[type_text_page]) # WITHOUT SECTIONS
21
  #pg = st.navigation({"Chapter_Index": [start_page], "Demo": [type_text_page, upload_file_page], "About": [about_page]}) # WITH SECTIONS
22
+ #pg.run()