Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def add_sticky_header_css():
|
|
28 |
|
29 |
/* Add padding to main content to prevent overlap with fixed header */
|
30 |
.main .block-container {
|
31 |
-
padding-top:
|
32 |
padding-bottom: 3rem;
|
33 |
}
|
34 |
</style>
|
@@ -47,10 +47,9 @@ type_text_page = st.Page(
|
|
47 |
default=True,)
|
48 |
|
49 |
# --- Your Streamlit App ---
|
50 |
-
|
51 |
st.title("Map descriptions to SBS codes with Sentence Transformer + Reasoning")
|
52 |
st.subheader("Select specific Chapter for quicker results")
|
53 |
-
st.logo(image="images/menu_book_60dp_75FBFD.png")
|
54 |
st.sidebar.header("SBS V2.0 mapper")
|
55 |
st.sidebar.write("(work in progress)")
|
56 |
st.sidebar.text("Demo by JA-RAD")
|
|
|
28 |
|
29 |
/* Add padding to main content to prevent overlap with fixed header */
|
30 |
.main .block-container {
|
31 |
+
padding-top: 5rem;
|
32 |
padding-bottom: 3rem;
|
33 |
}
|
34 |
</style>
|
|
|
47 |
default=True,)
|
48 |
|
49 |
# --- Your Streamlit App ---
|
50 |
+
st.logo(image="images/menu_book_60dp_75FBFD.png")
|
51 |
st.title("Map descriptions to SBS codes with Sentence Transformer + Reasoning")
|
52 |
st.subheader("Select specific Chapter for quicker results")
|
|
|
53 |
st.sidebar.header("SBS V2.0 mapper")
|
54 |
st.sidebar.write("(work in progress)")
|
55 |
st.sidebar.text("Demo by JA-RAD")
|