crystina-z
commited on
Commit
·
3ae1273
1
Parent(s):
c2d7df6
colors
Browse files
app.py
CHANGED
@@ -113,10 +113,10 @@ if name and model_name:
|
|
113 |
label = qrels[str(qid)].get(str(result_id), 0)
|
114 |
label_text = "None"
|
115 |
if label == 3:
|
116 |
-
style = "style=\"color:rgb(
|
117 |
label_text = "High"
|
118 |
elif label == 2:
|
119 |
-
style = "style=\"color:rgb(
|
120 |
label_text = "Medium"
|
121 |
elif label == 1:
|
122 |
style = "style=\"color:rgb(241, 177, 118);\""
|
|
|
113 |
label = qrels[str(qid)].get(str(result_id), 0)
|
114 |
label_text = "None"
|
115 |
if label == 3:
|
116 |
+
style = "style=\"color:rgb(237, 125, 12);\""
|
117 |
label_text = "High"
|
118 |
elif label == 2:
|
119 |
+
style = "style=\"color:rgb(244, 185, 66);\""
|
120 |
label_text = "Medium"
|
121 |
elif label == 1:
|
122 |
style = "style=\"color:rgb(241, 177, 118);\""
|