Spaces:
Sleeping
Sleeping
ahmedJaafari
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,8 @@ def classify_audio(audio):
|
|
17 |
service_color_map = {
|
18 |
"Payment and Billing": "blue",
|
19 |
"Technical Support": "green",
|
20 |
-
"
|
|
|
21 |
"Other": "red"
|
22 |
}
|
23 |
|
|
|
17 |
service_color_map = {
|
18 |
"Payment and Billing": "blue",
|
19 |
"Technical Support": "green",
|
20 |
+
"Customer Service": "purple",
|
21 |
+
"Retention Service": "orange",
|
22 |
"Other": "red"
|
23 |
}
|
24 |
|