Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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": [
|
| 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):
|