haydenk commited on
Commit
c55d092
·
verified ·
1 Parent(s): d5a3577

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from gradio.data_classes import FileData
8
 
9
  css = """
10
  .container {
11
- height: 20vh;
12
  }
13
  """
14
 
 
8
 
9
  css = """
10
  .container {
11
+ max-height: 50px;
12
  }
13
  """
14