georad commited on
Commit
29f369f
·
verified ·
1 Parent(s): 057e688

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,6 @@ import streamlit as st
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 Codes V2.0 Mapper")
10
 
11
  # --- PAGE SETUP ---
12
  start_page = st.Page(
@@ -49,4 +48,5 @@ pg = st.navigation(pages=[start_page, type_text_page, upload_file_page, about_pa
49
  #pg = st.navigation({"Chapter_Index": [start_page], "Demo": [type_text_page, upload_file_page], "About": [about_page]}) # WITH SECTIONS
50
  pg.run()
51
 
 
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
 
10
  # --- PAGE SETUP ---
11
  start_page = st.Page(
 
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")