Spaces:
Sleeping
Sleeping
Update model.py
Browse files
model.py
CHANGED
|
@@ -11,7 +11,7 @@ model = genai.GenerativeModel("gemini-pro")
|
|
| 11 |
def modelFeedback(ats_score,resume_data):
|
| 12 |
|
| 13 |
input_prompt = f"""
|
| 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 the resume like one to one chat.
|
|
|
|
| 11 |
def modelFeedback(ats_score,resume_data):
|
| 12 |
|
| 13 |
input_prompt = f"""
|
| 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 the resume like one to one chat.
|