Manojajj commited on
Commit
2a2cabb
·
verified ·
1 Parent(s): 88324a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=1)
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")