Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -196,7 +196,7 @@ with gr.Blocks(gr.themes.Monochrome(), css=custom_css) as demo:
|
|
| 196 |
with gr.Column():
|
| 197 |
|
| 198 |
# Upload button for selecting files
|
| 199 |
-
upload_button = gr.File(file_types=["txt"], file_count="multiple")
|
| 200 |
# Button to trigger analysis
|
| 201 |
submit_button = gr.Button("Submit")
|
| 202 |
|
|
|
|
| 196 |
with gr.Column():
|
| 197 |
|
| 198 |
# Upload button for selecting files
|
| 199 |
+
upload_button = gr.File(file_types=[".txt"], file_count="multiple")
|
| 200 |
# Button to trigger analysis
|
| 201 |
submit_button = gr.Button("Submit")
|
| 202 |
|