Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ def process_pdfs(pdf_files):
|
|
92 |
return csv_file_path
|
93 |
|
94 |
# Gradio interface
|
95 |
-
pdf_input = gr.File(label="Upload PDF Files",
|
96 |
csv_output = gr.File(label="Download CSV")
|
97 |
|
98 |
gr.Interface(
|
|
|
92 |
return csv_file_path
|
93 |
|
94 |
# Gradio interface
|
95 |
+
pdf_input = gr.File(label="Upload PDF Files", file_types=[".pdf"], file_count="multiple")
|
96 |
csv_output = gr.File(label="Download CSV")
|
97 |
|
98 |
gr.Interface(
|