ahmedJaafari commited on
Commit
b524614
·
verified ·
1 Parent(s): a6c67e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- "Account Information": "purple",
 
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