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