Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ categories_keywords = {
|
|
| 25 |
'Salary and Benefits': ['salary', 'increment', 'accommodation', 'training period', 'reside', 'stipend'],
|
| 26 |
'Technical Issues': ['network issues', 'zoom meeting', 'passcode', 'technical', 'issue'],
|
| 27 |
'End of Conversation': ['thanks', 'thankss', 'thank u', 'thank you', 'ok', 'okay', 'done', 'joining', 'sounds good'],
|
| 28 |
-
'Start of Conversation': ['help', 'i need help', 'Help me']
|
| 29 |
'Miscellaneous': []
|
| 30 |
}
|
| 31 |
|
|
|
|
| 25 |
'Salary and Benefits': ['salary', 'increment', 'accommodation', 'training period', 'reside', 'stipend'],
|
| 26 |
'Technical Issues': ['network issues', 'zoom meeting', 'passcode', 'technical', 'issue'],
|
| 27 |
'End of Conversation': ['thanks', 'thankss', 'thank u', 'thank you', 'ok', 'okay', 'done', 'joining', 'sounds good'],
|
| 28 |
+
'Start of Conversation': ['help', 'i need help', 'Help me'],
|
| 29 |
'Miscellaneous': []
|
| 30 |
}
|
| 31 |
|