mMonika commited on
Commit
0349cea
Β·
verified Β·
1 Parent(s): 81ed5c9

visablity check

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -581,7 +581,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
581
 
582
  output_files = gr.File(label="πŸ“‚ Download Processed Files", interactive=True, visible= False)
583
 
584
- btn.click(process_resume, inputs=[api_key, job_url, company_name, resume_pdf], outputs=[output, output_files])
585
 
586
  # Launch the UI
587
  if __name__ == "__main__":
 
581
 
582
  output_files = gr.File(label="πŸ“‚ Download Processed Files", interactive=True, visible= False)
583
 
584
+ btn.click(process_resume, inputs=[api_key, job_url, company_name, resume_pdf,output_files], outputs=[output, output_files])
585
 
586
  # Launch the UI
587
  if __name__ == "__main__":