Allen Park commited on
Commit
4c3a573
·
1 Parent(s): 034edb9

fix(change height of button to auto with display: flex)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ body, .gradio-container {
49
  }
50
 
51
  .fixed-height-button {
52
- height: 200px;
53
  }
54
  """
55
 
 
49
  }
50
 
51
  .fixed-height-button {
52
+ display: flex;
53
  }
54
  """
55