Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ type_text_page = st.Page(
|
|
| 45 |
# --- Your Streamlit App ---
|
| 46 |
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
|
| 49 |
st.sidebar.header("SBS V2.0 mapper")
|
| 50 |
st.sidebar.text("Map descriptions to SBS codes with Sentence Transformer + Reasoning")
|
| 51 |
st.sidebar.text("(work in progress)")
|
|
|
|
| 45 |
# --- Your Streamlit App ---
|
| 46 |
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.text("Map descriptions to SBS codes with Sentence Transformer + Reasoning")
|
| 51 |
st.sidebar.text("(work in progress)")
|