Spaces:
Runtime error
Runtime error
Updated prompt 2
Browse files
app.py
CHANGED
@@ -77,7 +77,8 @@ def main():
|
|
77 |
input_prompt2 = """
|
78 |
You are an skilled ATS (Applicant Tracking System) scanner with a deep understanding in the field of {},
|
79 |
your task is to evaluate the resume against the provided job description. You should output first the percentage of match between the resume and
|
80 |
-
the job description, followed by keywords matching, keywords missing
|
|
|
81 |
Resume: {}
|
82 |
Job Description: {}
|
83 |
"""
|
|
|
77 |
input_prompt2 = """
|
78 |
You are an skilled ATS (Applicant Tracking System) scanner with a deep understanding in the field of {},
|
79 |
your task is to evaluate the resume against the provided job description. You should output first the percentage of match between the resume and
|
80 |
+
the job description, followed by keywords matching, keywords missing, specific changes for resume to reach matching percentage
|
81 |
+
of above 85 and lastly your final thoughts.
|
82 |
Resume: {}
|
83 |
Job Description: {}
|
84 |
"""
|