Jan Mühlnikel commited on
Commit
6c6e557
·
1 Parent(s): e32d7cf

adjusted space to top

Browse files
Files changed (1) hide show
  1. app.py +9 -6
app.py CHANGED
@@ -11,12 +11,15 @@ import similarity_page
11
 
12
  # reduce space to the top
13
  st.markdown("""
14
- <style>
15
- .reportview-container .main .block-container{
16
- padding-top: 1rem; /* Adjust the value as needed */
17
- }
18
- </style>
19
- """, unsafe_allow_html=True)
 
 
 
20
 
21
  # NAVBAR
22
  navbar = show_navbar()
 
11
 
12
  # reduce space to the top
13
  st.markdown("""
14
+ <style>
15
+ .block-container {
16
+ padding-top: 1rem;
17
+ padding-bottom: 0rem;
18
+ padding-left: 5rem;
19
+ padding-right: 5rem;
20
+ }
21
+ </style>
22
+ """, unsafe_allow_html=True)
23
 
24
  # NAVBAR
25
  navbar = show_navbar()