georad commited on
Commit
d461cb7
·
verified ·
1 Parent(s): bb21f8c

Update app.py

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