root
commited on
Commit
·
8f0fb66
1
Parent(s):
1d59f84
ss
Browse files
app.py
CHANGED
@@ -393,14 +393,10 @@ class ResumeScreener:
|
|
393 |
Clearly answer: "Is the candidate likely seeking this job? Respond with 'Yes', 'Maybe', or 'No' and give a brief justification."
|
394 |
|
395 |
Job Description:
|
396 |
-
"""
|
397 |
{job_snippet}
|
398 |
-
"""
|
399 |
|
400 |
Candidate Resume:
|
401 |
-
"""
|
402 |
{resume_snippet}
|
403 |
-
"""
|
404 |
|
405 |
Response format:
|
406 |
Intent: [Yes/Maybe/No]
|
|
|
393 |
Clearly answer: "Is the candidate likely seeking this job? Respond with 'Yes', 'Maybe', or 'No' and give a brief justification."
|
394 |
|
395 |
Job Description:
|
|
|
396 |
{job_snippet}
|
|
|
397 |
|
398 |
Candidate Resume:
|
|
|
399 |
{resume_snippet}
|
|
|
400 |
|
401 |
Response format:
|
402 |
Intent: [Yes/Maybe/No]
|