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

fix(for now add fixed height 100px)

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -49,8 +49,7 @@ body, .gradio-container {
49
  }
50
 
51
  .fixed-height-button {
52
- height: auto;
53
- overflow: visible;
54
  }
55
  """
56
 
 
49
  }
50
 
51
  .fixed-height-button {
52
+ height: 100px;
 
53
  }
54
  """
55