Upload static/styles.css with huggingface_hub
Browse files- static/styles.css +4 -0
static/styles.css
CHANGED
|
@@ -108,6 +108,10 @@ td[data-label="Rank"], th:first-child {
|
|
| 108 |
color: #cfe2ff;
|
| 109 |
}
|
| 110 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 111 |
td[data-label="Model"] {
|
| 112 |
white-space: nowrap;
|
| 113 |
}
|
|
|
|
| 108 |
color: #cfe2ff;
|
| 109 |
}
|
| 110 |
|
| 111 |
+
td[data-label="Mean (Task)"], th[data-label="Mean (Task)"] {
|
| 112 |
+
font-weight: 700;
|
| 113 |
+
}
|
| 114 |
+
|
| 115 |
td[data-label="Model"] {
|
| 116 |
white-space: nowrap;
|
| 117 |
}
|