Spaces:
Runtime error
Runtime error
Update model.py
Browse files
model.py
CHANGED
@@ -14,8 +14,7 @@ model = genai.GenerativeModel("gemini-pro")
|
|
14 |
def modelFeedback(ats_score, resume_data):
|
15 |
# Create the input prompt to generate ATS analysis and resume ranking
|
16 |
input_prompt = f"""
|
17 |
-
|
18 |
-
Your task is to provide feedback (100 words) to the user based on the ATS score whether who is right for the job.
|
19 |
"""
|
20 |
|
21 |
|
|
|
14 |
def modelFeedback(ats_score, resume_data):
|
15 |
# Create the input prompt to generate ATS analysis and resume ranking
|
16 |
input_prompt = f"""
|
17 |
+
Your task is to provide summary and feedback (up to 100 words)to the user based on the ATS score whether who is right for the job.
|
|
|
18 |
"""
|
19 |
|
20 |
|