Update app.py
Browse filesUpdate the resume prompt
app.py
CHANGED
|
@@ -315,6 +315,7 @@ Please follow these best practices to make the resume optimized for the ATS visi
|
|
| 315 |
- Ensure keywords are distributed naturally across sections without overuse (e.g., 2-3 mentions of a critical keyword in work experience vs. 10 in a skills list).
|
| 316 |
- Instruct the user to paste this into a suitable word processor and use the result to build a resume. Save it in word, then in PDF (JaneDoe_Resume_CompanyName.pdf). Submit the PDF.
|
| 317 |
|
|
|
|
| 318 |
|
| 319 |
"""
|
| 320 |
return resume_prompt
|
|
|
|
| 315 |
- Ensure keywords are distributed naturally across sections without overuse (e.g., 2-3 mentions of a critical keyword in work experience vs. 10 in a skills list).
|
| 316 |
- Instruct the user to paste this into a suitable word processor and use the result to build a resume. Save it in word, then in PDF (JaneDoe_Resume_CompanyName.pdf). Submit the PDF.
|
| 317 |
|
| 318 |
+
# Write this in a format that can be copied striaght in to Word and will be formatted properly, but in a way that the ATS can understand. Make no additional comments about the resume or how you did this.
|
| 319 |
|
| 320 |
"""
|
| 321 |
return resume_prompt
|