robertselvam commited on
Commit
555af3a
1 Parent(s): 749ae4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ class ResumeAnalyser:
49
  **Detailed Analysis:**
50
  the result should be in this format:
51
  Matched Percentage: [matching percentage].
52
- Reason : [Tell me only the one line reason why the resume matched or did not matched with job description.].
53
  Skills To Improve : [Mention the skills to improve for the candidate to given job description.If there is no matches simply say N/A.].
54
  Keywords : [Return the matched keywords from {resume} and {job_description}.If there is no matches simply say N/A.]
55
  """,
 
49
  **Detailed Analysis:**
50
  the result should be in this format:
51
  Matched Percentage: [matching percentage].
52
+ Reason : [Tell me only the one line reason why the resume matched. If there is no matches simply say N/A.].
53
  Skills To Improve : [Mention the skills to improve for the candidate to given job description.If there is no matches simply say N/A.].
54
  Keywords : [Return the matched keywords from {resume} and {job_description}.If there is no matches simply say N/A.]
55
  """,