Spaces:
Sleeping
Sleeping
bainskarman
commited on
Update model.py
Browse files
model.py
CHANGED
@@ -73,9 +73,10 @@ def modelFeedback(ats_score, resume_data, job_description):
|
|
73 |
|
74 |
### Final Recommendations:
|
75 |
Conclude the review by summarizing the key areas where the resume can improve both in overall quality and its match with the job description. Provide a strategy for increasing the ATS score by implementing these changes.
|
76 |
-
|
77 |
#### Resume Data: {resume_data}
|
78 |
#### Job Description: {job_description}
|
|
|
79 |
"""
|
80 |
|
81 |
|
|
|
73 |
|
74 |
### Final Recommendations:
|
75 |
Conclude the review by summarizing the key areas where the resume can improve both in overall quality and its match with the job description. Provide a strategy for increasing the ATS score by implementing these changes.
|
76 |
+
|
77 |
#### Resume Data: {resume_data}
|
78 |
#### Job Description: {job_description}
|
79 |
+
IMPORTANT: The output should be as normal organised text not in any other format (don't give markdown text)
|
80 |
"""
|
81 |
|
82 |
|