Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
import streamlit as st
|
2 |
-
import base64
|
3 |
|
4 |
# At the top of file with imports
|
5 |
def add_sticky_header_css():
|
@@ -47,10 +46,10 @@ st.logo(image="images/menu_book_60dp_75FBFD.png")
|
|
47 |
#st.title("Map descriptions to SBS codes with Sentence Transformer + Reasoning")
|
48 |
#st.title("Select specific Chapter (quicker)")
|
49 |
st.sidebar.header("SBS V2.0 mapper")
|
50 |
-
st.sidebar.
|
51 |
st.sidebar.text("Select specific Chapter for quicker results")
|
52 |
-
st.sidebar.text("(work in progress)")
|
53 |
-
st.sidebar.text("
|
54 |
|
55 |
# --- NAVIGATION SETUP ---
|
56 |
pg = st.navigation(pages=[type_text_page]) # WITHOUT SECTIONS
|
|
|
1 |
import streamlit as st
|
|
|
2 |
|
3 |
# At the top of file with imports
|
4 |
def add_sticky_header_css():
|
|
|
46 |
#st.title("Map descriptions to SBS codes with Sentence Transformer + Reasoning")
|
47 |
#st.title("Select specific Chapter (quicker)")
|
48 |
st.sidebar.header("SBS V2.0 mapper")
|
49 |
+
st.sidebar.subheader("Map descriptions to SBS codes with Sentence Transformer + Reasoning")
|
50 |
st.sidebar.text("Select specific Chapter for quicker results")
|
51 |
+
st.sidebar.text("Demo by JA-RAD (work in progress)")
|
52 |
+
#st.sidebar.text("(work in progress)")
|
53 |
|
54 |
# --- NAVIGATION SETUP ---
|
55 |
pg = st.navigation(pages=[type_text_page]) # WITHOUT SECTIONS
|