Update app.py
Browse files
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.
|
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")
|