Update app.py
Browse files
app.py
CHANGED
@@ -59,9 +59,9 @@ st.markdown(
|
|
59 |
st.sidebar.header("SBS V2.0 mapper")
|
60 |
st.sidebar.write("(work in progress)")
|
61 |
st.sidebar.text("Demo by JA-RAD")
|
62 |
-
st.title("Map descriptions to SBS codes with Sentence Transformer + Reasoning")
|
63 |
-
st.subheader("Select specific Chapter for quicker results")
|
64 |
-
st.logo(image="images/menu_book_60dp_75FBFD.png")
|
65 |
|
66 |
# Page setup - moved after the custom header
|
67 |
type_text_page = st.Page(
|
|
|
59 |
st.sidebar.header("SBS V2.0 mapper")
|
60 |
st.sidebar.write("(work in progress)")
|
61 |
st.sidebar.text("Demo by JA-RAD")
|
62 |
+
#st.title("Map descriptions to SBS codes with Sentence Transformer + Reasoning")
|
63 |
+
#st.subheader("Select specific Chapter for quicker results")
|
64 |
+
#st.logo(image="images/menu_book_60dp_75FBFD.png")
|
65 |
|
66 |
# Page setup - moved after the custom header
|
67 |
type_text_page = st.Page(
|