georad commited on
Commit
17fb862
·
verified ·
1 Parent(s): 8bb6b6d

Update app.py

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