Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ with gr.Blocks() as demo:
|
|
92 |
output = gr.Textbox(label="Result")
|
93 |
|
94 |
# File output for the download link
|
95 |
-
download_link = gr.File(label="Download Excel File", file_count=
|
96 |
|
97 |
# Process button that triggers the login and resume parsing
|
98 |
process_button = gr.Button("Process Resumes")
|
|
|
92 |
output = gr.Textbox(label="Result")
|
93 |
|
94 |
# File output for the download link
|
95 |
+
download_link = gr.File(label="Download Excel File", file_count="single")
|
96 |
|
97 |
# Process button that triggers the login and resume parsing
|
98 |
process_button = gr.Button("Process Resumes")
|