georad commited on
Commit
334ac43
·
verified ·
1 Parent(s): 314e688

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -6,6 +6,8 @@ for k, v in st.session_state.items():
6
  #st.logo(image=":material/medical_information:")
7
  #st.logo(image="images/medical_information_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.png")
8
  st.logo(image="images/menu_book_60dp_75FBFD.png")
 
 
9
 
10
  # --- PAGE SETUP ---
11
  start_page = st.Page(
@@ -47,6 +49,3 @@ about_page = st.Page(
47
  pg = st.navigation(pages=[start_page, type_text_page, upload_file_page, about_page]) # WITHOUT SECTIONS
48
  #pg = st.navigation({"Chapter_Index": [start_page], "Demo": [type_text_page, upload_file_page], "About": [about_page]}) # WITH SECTIONS
49
  pg.run()
50
-
51
- st.sidebar.title("SBS V2.0 Mapper")
52
- st.sidebar.text("Project by JA-RAD")
 
6
  #st.logo(image=":material/medical_information:")
7
  #st.logo(image="images/medical_information_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.png")
8
  st.logo(image="images/menu_book_60dp_75FBFD.png")
9
+ st.sidebar.title("SBS V2.0 Mapper")
10
+ st.sidebar.text("Project by JA-RAD")
11
 
12
  # --- PAGE SETUP ---
13
  start_page = st.Page(
 
49
  pg = st.navigation(pages=[start_page, 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()