tanish78 commited on
Commit
05e79d1
·
verified ·
1 Parent(s): 0c1fc40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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