chainyo commited on
Commit
9099e9b
·
1 Parent(s): 19b1ddd

remove width for btn

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -59,10 +59,7 @@ st.markdown(
59
  """
60
  <style>
61
  button {
62
- height: 80px !important;
63
- width: auto !important;
64
- padding-top: 10px !important;
65
- padding-bottom: 10px !important;
66
  }
67
  </style>
68
  """,
 
59
  """
60
  <style>
61
  button {
62
+ height: 100px !important;
 
 
 
63
  }
64
  </style>
65
  """,