bainskarman commited on
Commit
d4227d7
·
verified ·
1 Parent(s): c8a23cf

Update model.py

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