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

adjusted space to top

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -14,9 +14,9 @@ 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)
 
14
  <style>
15
  .block-container {
16
  padding-top: 1rem;
17
+ padding-bottom: 4rem;
18
+ padding-left: 1rem;
19
+ padding-right: 1rem;
20
  }
21
  </style>
22
  """, unsafe_allow_html=True)