Update app.py
Browse files
app.py
CHANGED
@@ -392,7 +392,7 @@ def create_ui(agent):
|
|
392 |
with gr.Row(equal_height=False):
|
393 |
# Left Column - Inputs
|
394 |
with gr.Column(scale=1, min_width=400):
|
395 |
-
with gr.Group(
|
396 |
file_upload = gr.File(
|
397 |
file_types=[".pdf", ".csv", ".xls", ".xlsx"],
|
398 |
file_count="multiple",
|
|
|
392 |
with gr.Row(equal_height=False):
|
393 |
# Left Column - Inputs
|
394 |
with gr.Column(scale=1, min_width=400):
|
395 |
+
with gr.Group( elem_classes="file-upload"):
|
396 |
file_upload = gr.File(
|
397 |
file_types=[".pdf", ".csv", ".xls", ".xlsx"],
|
398 |
file_count="multiple",
|