Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,10 +13,11 @@ from PIL import Image
|
|
| 13 |
categories_keywords = {
|
| 14 |
"Application Status": ["application status", "application", "status", "submitted", "processing", "pending", "approval", "rejected", "accepted"],
|
| 15 |
"Follow-Ups": ['update', 'updates', 'any updates', 'any news', 'response from you', 'any reply'],
|
|
|
|
| 16 |
"Interviews": ['interview', 'set up interview', 'phone interview'],
|
| 17 |
"Volunteering": ["volunteer", "volunteering", "help out", "assist", "volunteer work", "volunteer opportunities"],
|
| 18 |
"Certificates": ["certificate", "certificates", "completion", "certification", "accreditation", "proof", "document", "certified"],
|
| 19 |
-
"Job Opportunities": ["job", "opportunity", "career", "vacancy", "position", "employment", "hiring", "recruitment", "internship"],
|
| 20 |
"Surveys and Forms": ["survey", "form", "forms", "questionnaire", "feedback form", "response", "fill out", "submission"],
|
| 21 |
"Spam": ["spam", "unsubscribe", "remove", "stop", "junk", "block", "opt-out"],
|
| 22 |
"Rescheduling and Postponing": ["reschedule", "postpone", "delay", "change date", "new time", "rearrange", "shift", "adjust timing"],
|
|
|
|
| 13 |
categories_keywords = {
|
| 14 |
"Application Status": ["application status", "application", "status", "submitted", "processing", "pending", "approval", "rejected", "accepted"],
|
| 15 |
"Follow-Ups": ['update', 'updates', 'any updates', 'any news', 'response from you', 'any reply'],
|
| 16 |
+
"Firki": ['firki'],
|
| 17 |
"Interviews": ['interview', 'set up interview', 'phone interview'],
|
| 18 |
"Volunteering": ["volunteer", "volunteering", "help out", "assist", "volunteer work", "volunteer opportunities"],
|
| 19 |
"Certificates": ["certificate", "certificates", "completion", "certification", "accreditation", "proof", "document", "certified"],
|
| 20 |
+
"Job Opportunities": ["job", "opportunity", "career", "vacancy", "position", "employment", "hiring", "recruitment", "internship", "post", "posts", "available", "teacher", "teaching"],
|
| 21 |
"Surveys and Forms": ["survey", "form", "forms", "questionnaire", "feedback form", "response", "fill out", "submission"],
|
| 22 |
"Spam": ["spam", "unsubscribe", "remove", "stop", "junk", "block", "opt-out"],
|
| 23 |
"Rescheduling and Postponing": ["reschedule", "postpone", "delay", "change date", "new time", "rearrange", "shift", "adjust timing"],
|