chainyo commited on
Commit
19b1ddd
·
1 Parent(s): 9b295b8

update btn size

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