Spaces:
Sleeping
Sleeping
AamirAli123
commited on
Commit
•
5499d07
1
Parent(s):
823c8d5
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 |
|