Allen Park commited on
Commit
6b5935b
·
1 Parent(s): 65a69a3

fix(increase height to 150px to show all elements clearly)

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: 100px;
53
  }
54
  """
55
 
 
49
  }
50
 
51
  .fixed-height-button {
52
+ height: 150px;
53
  }
54
  """
55