Spaces:
Sleeping
Sleeping
Update app.py component styling
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks() as chatUI:
|
|
94 |
label = "Model selection:",
|
95 |
)
|
96 |
fileUpload = gr.File(
|
97 |
-
height =
|
98 |
)
|
99 |
|
100 |
with gr.Row():
|
|
|
94 |
label = "Model selection:",
|
95 |
)
|
96 |
fileUpload = gr.File(
|
97 |
+
height = 100,
|
98 |
)
|
99 |
|
100 |
with gr.Row():
|