sarim commited on
Commit
0ce8013
·
1 Parent(s): 9d96c6c

fix prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -33,12 +33,11 @@ async def resume_AI(data):
33
  "Highlight my key achievements and skills.",
34
  "Use strong action verbs and quantify my accomplishments whenever possible.",
35
  "Remove any irrelevant or repetitive information.",
36
- "Ensure the resume is easy to read and scan.",
37
  "Create a compelling summary/profile section that reflects my career goals.",
38
  "Incorporate keywords relevant to the target industry and roles",
39
  "Optimize the resume for Applicant Tracking Systems (ATS)."
40
-
41
  "Your answer should be a new and improve resume in markdown formate",
 
42
  )
43
 
44
  )
 
33
  "Highlight my key achievements and skills.",
34
  "Use strong action verbs and quantify my accomplishments whenever possible.",
35
  "Remove any irrelevant or repetitive information.",
 
36
  "Create a compelling summary/profile section that reflects my career goals.",
37
  "Incorporate keywords relevant to the target industry and roles",
38
  "Optimize the resume for Applicant Tracking Systems (ATS)."
 
39
  "Your answer should be a new and improve resume in markdown formate",
40
+ "Answer should be in markdown formate"
41
  )
42
 
43
  )