Spaces:
Sleeping
Sleeping
Update model.py
Browse files
model.py
CHANGED
|
@@ -14,7 +14,7 @@ def modelFeedback(ats_score,resume_data):
|
|
| 14 |
You are now an ATS Score analyzer and given ATS Score is {int(ats_score*100)}%.
|
| 15 |
Your task is to provide feedback to the user based on the ATS score.
|
| 16 |
print ATS score first. mention where resume is good and where resume lacks.
|
| 17 |
-
talk about each section and
|
| 18 |
"""
|
| 19 |
response = model.generate_content([input_prompt,resume_data],stream=True)
|
| 20 |
response.resolve()
|
|
|
|
| 14 |
You are now an ATS Score analyzer and given ATS Score is {int(ats_score*100)}%.
|
| 15 |
Your task is to provide feedback to the user based on the ATS score.
|
| 16 |
print ATS score first. mention where resume is good and where resume lacks.
|
| 17 |
+
talk about each section of user's resume and talk good and bad points of it.
|
| 18 |
"""
|
| 19 |
response = model.generate_content([input_prompt,resume_data],stream=True)
|
| 20 |
response.resolve()
|