georad commited on
Commit
eecd64a
·
verified ·
1 Parent(s): 5a348be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -45,13 +45,13 @@ type_text_page = st.Page(
45
  # --- Your Streamlit App ---
46
  st.logo(image="images/menu_book_60dp_75FBFD.png")
47
  #st.title("Map descriptions to SBS codes with Sentence Transformer + Reasoning")
48
- st.title("Select specific Chapter (quicker)")
49
  st.sidebar.header("SBS V2.0 mapper")
50
  st.sidebar.text("Map descriptions to SBS codes with Sentence Transformer + Reasoning")
 
51
  st.sidebar.text("(work in progress)")
52
  st.sidebar.text("Demo by JA-RAD")
53
 
54
-
55
  # --- NAVIGATION SETUP ---
56
  pg = st.navigation(pages=[type_text_page]) # WITHOUT SECTIONS
57
  ##pg = st.navigation({"Chapter_Index": [start_page], "Demo": [type_text_page, upload_file_page], "About": [about_page]}) # WITH SECTIONS
 
45
  # --- Your Streamlit App ---
46
  st.logo(image="images/menu_book_60dp_75FBFD.png")
47
  #st.title("Map descriptions to SBS codes with Sentence Transformer + Reasoning")
48
+ #st.title("Select specific Chapter (quicker)")
49
  st.sidebar.header("SBS V2.0 mapper")
50
  st.sidebar.text("Map descriptions to SBS codes with Sentence Transformer + Reasoning")
51
+ st.sidebar.text("Select specific Chapter for quicker results")
52
  st.sidebar.text("(work in progress)")
53
  st.sidebar.text("Demo by JA-RAD")
54
 
 
55
  # --- NAVIGATION SETUP ---
56
  pg = st.navigation(pages=[type_text_page]) # WITHOUT SECTIONS
57
  ##pg = st.navigation({"Chapter_Index": [start_page], "Demo": [type_text_page, upload_file_page], "About": [about_page]}) # WITH SECTIONS