Alexander Seifert commited on
Commit
cb19e55
1 Parent(s): e6989d8

only top and bottom padding should be 0

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def input_is_ready(password, audio_file, url):
30
 
31
  def run():
32
  st.markdown(
33
- "<style>section.main > div:first-child { padding: 0}</style>",
34
  unsafe_allow_html=True,
35
  )
36
 
 
30
 
31
  def run():
32
  st.markdown(
33
+ "<style>section.main > div:first-child { padding-top: 0; padding-bottom: 0; }</style>",
34
  unsafe_allow_html=True,
35
  )
36