sarim commited on
Commit
3260a4b
·
1 Parent(s): 0f2463d

improve prompt

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,10 +34,10 @@ async def resume_AI(data):
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
  )
 
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
  )