improve prompt
Browse files
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 |
-
|
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 |
)
|