Update app.py
Browse files
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.
|
58 |
-
st.sidebar.
|
59 |
-
st.sidebar.
|
|
|
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(
|