crystina-z
commited on
Commit
•
f62664e
1
Parent(s):
9b90024
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ if name and model_name:
|
|
121 |
elif label == 1:
|
122 |
style = "style=\"color:rgb(241, 177, 118);\""
|
123 |
label_text = "Low"
|
124 |
-
|
125 |
style = "style=\"color:black;\""
|
126 |
label_text = "Not Relevance"
|
127 |
else:
|
|
|
121 |
elif label == 1:
|
122 |
style = "style=\"color:rgb(241, 177, 118);\""
|
123 |
label_text = "Low"
|
124 |
+
elif label == 0:
|
125 |
style = "style=\"color:black;\""
|
126 |
label_text = "Not Relevance"
|
127 |
else:
|