Spaces:
Restarting
on
CPU Upgrade
Restarting
on
CPU Upgrade
Hide the model_name_for_query column in the table
Browse files
style.css
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
.language-selector {
|
2 |
width: auto;
|
3 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
.language-selector {
|
2 |
width: auto;
|
3 |
}
|
4 |
+
|
5 |
+
/* Hides the final AutoEvalColumn */
|
6 |
+
#llm-benchmark-tab-table table td:last-child,
|
7 |
+
#llm-benchmark-tab-table table th:last-child {
|
8 |
+
display: none;
|
9 |
+
}
|