georad commited on
Commit
16a90a8
·
verified ·
1 Parent(s): 4bba38a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -55,7 +55,8 @@ st.markdown(custom_css, unsafe_allow_html=True)
55
 
56
  # --- Your Streamlit App ---
57
  st.logo(image="images/menu_book_60dp_75FBFD.png")
58
- #st.title("SBS V2.0 mapper")
 
59
  st.sidebar.header("SBS V2.0 mapper")
60
  st.sidebar.write("(work in progress)")
61
  st.sidebar.text("Demo by JA-RAD")
 
55
 
56
  # --- Your Streamlit App ---
57
  st.logo(image="images/menu_book_60dp_75FBFD.png")
58
+ st.title("Map descriptions to SBS codes with Sentence Transformer + Reasoning")
59
+ st.subheader("Select specific Chapter for quicker results")
60
  st.sidebar.header("SBS V2.0 mapper")
61
  st.sidebar.write("(work in progress)")
62
  st.sidebar.text("Demo by JA-RAD")