Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,21 +11,21 @@ import plotly.express as px
|
|
| 11 |
from PIL import Image
|
| 12 |
|
| 13 |
categories_keywords = {
|
| 14 |
-
'Application Status': ['application', 'applied', 'update on my application', 'result of my application', 'selected', 'selection process', 'apply', 'fellow', 'lesson plan'],
|
| 15 |
-
'Volunteering': ['volunteering', 'volunteer', 'volunteering certificate', 'resume my volunteering', 'volunteering journey', 'volunteering with TFI'],
|
| 16 |
-
'Certificates': ['certificate', 'certificates'],
|
| 17 |
-
'Job Opportunities': ['job', 'vacancy', 'Talent Acquisition Executive job', 'opportunity'],
|
| 18 |
-
'Surveys and Forms': ['survey', 'form', 'fill out the survey', 'application form'],
|
| 19 |
-
'General Queries': ['query', 'queries', 'questions', 'feedback', 'loved', 'overwhelming'],
|
| 20 |
'Spam': ['free recharge', 'offer', 'click the link', 'https'],
|
| 21 |
-
'Rescheduling and Postponing': ['reschedule', 'postpone', 'cancellation', 'date', 'time slot'],
|
| 22 |
-
'Contact and Communication Issues': ['call', 'phone', 'contact', 'not received'],
|
| 23 |
-
'Email and Credentials Issues': ['email', 'credentials', 'received'],
|
| 24 |
-
'Timing and Scheduling': ['session', 'time', 'interview', 'baje'],
|
| 25 |
-
'Salary and Benefits': ['salary', 'increment', 'accommodation', 'training period', 'reside', 'stipend'],
|
| 26 |
-
'Technical Issues': ['network issues', 'zoom meeting', 'passcode', 'technical', 'issue'],
|
| 27 |
-
'
|
| 28 |
-
'
|
| 29 |
'Miscellaneous': []
|
| 30 |
}
|
| 31 |
|
|
|
|
| 11 |
from PIL import Image
|
| 12 |
|
| 13 |
categories_keywords = {
|
| 14 |
+
'Application Status': ['application', 'applied', 'update on my application', 'result of my application', 'selected', 'selection process', 'apply', 'fellow', 'lesson plan', 'status of my application', 'application update', 'application status', 'applied for'],
|
| 15 |
+
'Volunteering': ['volunteering', 'volunteer', 'volunteering certificate', 'resume my volunteering', 'volunteering journey', 'volunteering with TFI', 'volunteering opportunities', 'volunteer work', 'volunteer program'],
|
| 16 |
+
'Certificates': ['certificate', 'certificates', 'certificate of completion', 'volunteer certificate', 'issue certificate'],
|
| 17 |
+
'Job Opportunities': ['job', 'vacancy', 'Talent Acquisition Executive job', 'opportunity', 'job opening', 'job position', 'career opportunities'],
|
| 18 |
+
'Surveys and Forms': ['survey', 'form', 'fill out the survey', 'application form', 'survey link', 'survey form', 'form submission'],
|
| 19 |
+
'General Queries': ['query', 'queries', 'questions', 'feedback', 'loved', 'overwhelming', 'general question', 'inquiry', 'query about'],
|
| 20 |
'Spam': ['free recharge', 'offer', 'click the link', 'https'],
|
| 21 |
+
'Rescheduling and Postponing': ['reschedule', 'postpone', 'cancellation', 'date', 'time slot', 'change date', 'change time', 'reschedule appointment'],
|
| 22 |
+
'Contact and Communication Issues': ['call', 'phone', 'contact', 'not received', 'contact support', 'phone call', 'call back', 'internet'],
|
| 23 |
+
'Email and Credentials Issues': ['email', 'credentials', 'received', 'email issue', 'email problem', 'credential issue', 'login problem'],
|
| 24 |
+
'Timing and Scheduling': ['session', 'time', 'interview', 'baje', 'schedule time', 'meeting time', 'appointment time'],
|
| 25 |
+
'Salary and Benefits': ['salary', 'increment', 'accommodation', 'training period', 'reside', 'stipend', 'pay', 'wage', 'salary details', 'benefits information'],
|
| 26 |
+
'Technical Issues': ['network issues', 'zoom meeting', 'passcode', 'technical', 'issue','technical problem', 'system issue', 'technical support'],
|
| 27 |
+
'Complaint Handling': ['help', 'i need help', 'Help me', 'complaint', 'issue is unresolved', 'unsatisfied', 'bad experience'],
|
| 28 |
+
'End of Conversation': ['thanks', 'thankss', 'thank u', 'thank you', 'ok', 'okay', 'done', 'joining', 'sounds good', 'goodbye', 'end chat', 'end'],
|
| 29 |
'Miscellaneous': []
|
| 30 |
}
|
| 31 |
|