Papireddy commited on
Commit
c944e6f
·
1 Parent(s): d1fb7a2

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
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.