robertselvam commited on
Commit
749ae4b
1 Parent(s): 0b157e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -49,9 +49,9 @@ class ResumeAnalyser:
49
  **Detailed Analysis:**
50
  the result should be in this format:
51
  Matched Percentage: [matching percentage].
52
- Reason : [Mention the Reason for Matched with {job_description}].
53
- Skills To Improve : [Mention the skills to improve for this {job_description} job description.].
54
- Keywords : [Return the matched keywords from {resume}.]
55
  """,
56
  temperature=0,
57
  max_tokens=100,
 
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
  """,
56
  temperature=0,
57
  max_tokens=100,