georad commited on
Commit
9190fc9
·
verified ·
1 Parent(s): aa2dec5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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: 55rem;
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
- #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.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")