peterkchung commited on
Commit
d8606df
·
verified ·
1 Parent(s): e40a495

Update app.py component styling

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks() as chatUI:
94
  label = "Model selection:",
95
  )
96
  fileUpload = gr.File(
97
- height = 50,
98
  )
99
 
100
  with gr.Row():
 
94
  label = "Model selection:",
95
  )
96
  fileUpload = gr.File(
97
+ height = 100,
98
  )
99
 
100
  with gr.Row():