Update app.py
Browse files
app.py
CHANGED
@@ -83,11 +83,11 @@ type_text_page = st.Page(
|
|
83 |
|
84 |
|
85 |
if __name__ == "__main__":
|
86 |
-
st.title("Map descriptions to SBS codes with Sentence Transformer + Reasoning")
|
87 |
-
st.subheader("Select specific Chapter for quicker results")
|
88 |
-
st.logo(image="images/menu_book_60dp_75FBFD.png")
|
89 |
-
st.sidebar.header("SBS V2.0 mapper")
|
90 |
-
st.sidebar.write("(work in progress)")
|
91 |
-
st.sidebar.text("Demo by JA-RAD")
|
92 |
pg = st.navigation(pages=[type_text_page]) # WITHOUT SECTIONS
|
93 |
pg.run()
|
|
|
83 |
|
84 |
|
85 |
if __name__ == "__main__":
|
86 |
+
#st.title("Map descriptions to SBS codes with Sentence Transformer + Reasoning")
|
87 |
+
#st.subheader("Select specific Chapter for quicker results")
|
88 |
+
#st.logo(image="images/menu_book_60dp_75FBFD.png")
|
89 |
+
#st.sidebar.header("SBS V2.0 mapper")
|
90 |
+
#st.sidebar.write("(work in progress)")
|
91 |
+
#st.sidebar.text("Demo by JA-RAD")
|
92 |
pg = st.navigation(pages=[type_text_page]) # WITHOUT SECTIONS
|
93 |
pg.run()
|