georad commited on
Commit
6417ba1
·
verified ·
1 Parent(s): 7af62ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -44,8 +44,8 @@ type_text_page = st.Page(
44
 
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.subheader("Select specific Chapter for quicker results")
49
  st.sidebar.header("SBS V2.0 mapper")
50
  st.sidebar.write("(work in progress)")
51
  st.sidebar.text("Demo by JA-RAD")
 
44
 
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 for quicker results")
49
  st.sidebar.header("SBS V2.0 mapper")
50
  st.sidebar.write("(work in progress)")
51
  st.sidebar.text("Demo by JA-RAD")