Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,8 +26,8 @@ def predict_class(text):
|
|
26 |
class_colors = {
|
27 |
0: "#2ca02c", # Level 1
|
28 |
1: "#ff7f0e", # Level 2
|
29 |
-
2: "#
|
30 |
-
3: "#
|
31 |
}
|
32 |
|
33 |
st.set_page_config(page_title="Paper Citation Classifier", page_icon="logo.png")
|
|
|
26 |
class_colors = {
|
27 |
0: "#2ca02c", # Level 1
|
28 |
1: "#ff7f0e", # Level 2
|
29 |
+
2: "#ffff00", # Level 3
|
30 |
+
3: "#d62728" # Level 4
|
31 |
}
|
32 |
|
33 |
st.set_page_config(page_title="Paper Citation Classifier", page_icon="logo.png")
|