rexoscare commited on
Commit
63da712
·
1 Parent(s): 2712b6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def sent_similarity(filepath_1, filepath_2):
56
 
57
 
58
  input_1 = gr.inputs.File(file_count="single", type="file", label= 'Upload the Resume (.pdf)', optional=False)
59
- input_2 = gr.inputs.File(file_count="single", type="file", label= 'Upload the Job Description (.docx)', optional=False)
60
 
61
 
62
 
 
56
 
57
 
58
  input_1 = gr.inputs.File(file_count="single", type="file", label= 'Upload the Resume (.pdf)', optional=False)
59
+ input_2 = gr.inputs.File(file_count="single", type="file", label= 'Upload the Job Description (.txt)', optional=False)
60
 
61
 
62