Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,7 +74,7 @@ def parse_resume(data):
|
|
| 74 |
Remove Hobbies and INTERESTS: Remove specific details related to hobbies and interests
|
| 75 |
Anonymize Other Fields: Make specific removals as needed to protect the candidate's identity.
|
| 76 |
Remove professional summary, objective, agenda and all these type of sections.
|
| 77 |
-
|
| 78 |
Ensure the remaining sections and information are formatted properly to maintain the professional appearance of the resume.
|
| 79 |
Ensure proper formatting of the resume with proper content justifications, add markdown, add bullet points and spacing wherever required.
|
| 80 |
Return the output of resume content only. Don't include any notes or comments.
|
|
|
|
| 74 |
Remove Hobbies and INTERESTS: Remove specific details related to hobbies and interests
|
| 75 |
Anonymize Other Fields: Make specific removals as needed to protect the candidate's identity.
|
| 76 |
Remove professional summary, objective, agenda and all these type of sections.
|
| 77 |
+
Keep only related skills ACHIEVEMENTS, awards and certificate which are writen by you.
|
| 78 |
Ensure the remaining sections and information are formatted properly to maintain the professional appearance of the resume.
|
| 79 |
Ensure proper formatting of the resume with proper content justifications, add markdown, add bullet points and spacing wherever required.
|
| 80 |
Return the output of resume content only. Don't include any notes or comments.
|