tanish78 commited on
Commit
d731f11
·
verified ·
1 Parent(s): 146f8d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ categories_keywords = {
35
  "Account Issues": ["account", "profile", "update", "activation", "deactivation", "credentials", "reset"],
36
  "Product Information": ["product", "service", "details", "info", "information", "specifications", "features"],
37
  "Order Status": ["order", "status", "tracking", "shipment", "delivery", "purchase", "dispatch"],
38
- "Miscellaneous": ["miscellaneous", "other", "various", "random", "general", "unknown", "unsorted"]
39
  }
40
 
41
  def categorize_question(question):
 
35
  "Account Issues": ["account", "profile", "update", "activation", "deactivation", "credentials", "reset"],
36
  "Product Information": ["product", "service", "details", "info", "information", "specifications", "features"],
37
  "Order Status": ["order", "status", "tracking", "shipment", "delivery", "purchase", "dispatch"],
38
+ "Miscellaneous": []
39
  }
40
 
41
  def categorize_question(question):