billyxx commited on
Commit
418ffda
·
verified ·
1 Parent(s): efadb61

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks() as demo:
80
  with gr.Row():
81
  job_desc = gr.Textbox(label="Job Description", lines=10, placeholder="Paste job description here...")
82
 
83
- resumes = gr.File(label="Upload Resumes (.txt, .pdf, .docx)", file_types=[".txt", ".pdf", ".docx"], file_types_multiple=True, multiple=True)
84
 
85
  btn = gr.Button("Rank Candidates")
86
 
 
80
  with gr.Row():
81
  job_desc = gr.Textbox(label="Job Description", lines=10, placeholder="Paste job description here...")
82
 
83
+ resumes = gr.File(label="Upload Resumes (.txt, .pdf, .docx)", file_types=[".txt", ".pdf", ".docx"], multiple=True)
84
 
85
  btn = gr.Button("Rank Candidates")
86