Reem333 commited on
Commit
ca25148
1 Parent(s): f1bf2e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def predict_class(text):
24
 
25
 
26
  class_colors = {
27
- 0: "#d62728", # Level 1
28
  1: "#ff7f0e", # Level 2
29
  2: "#2ca02c", # Level 3
30
  3: "#1f77b4" # Level 4
 
24
 
25
 
26
  class_colors = {
27
+ 0: "#2ca02c", # Level 1
28
  1: "#ff7f0e", # Level 2
29
  2: "#2ca02c", # Level 3
30
  3: "#1f77b4" # Level 4