cdcvd commited on
Commit
38c866d
·
verified ·
1 Parent(s): 71d4362

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ iface = gr.Interface(
47
  fn=evaluate_resume,
48
  inputs=[
49
  gr.File(label="Upload Resume PDF"),
50
- gr.inputs.Textbox(lines=10, label="Job Description")
51
  ],
52
  outputs="text",
53
  title="Resume Evaluator"
 
47
  fn=evaluate_resume,
48
  inputs=[
49
  gr.File(label="Upload Resume PDF"),
50
+ gr.Textbox(lines=10, label="Job Description")
51
  ],
52
  outputs="text",
53
  title="Resume Evaluator"