Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def predict_class(text):
|
|
24 |
|
25 |
|
26 |
class_colors = {
|
27 |
-
0: "#
|
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
|