Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
3a141cd
1
Parent(s):
bcd77eb
Update src/display/css_html_js.py
Browse files
src/display/css_html_js.py
CHANGED
@@ -1,11 +1,4 @@
|
|
1 |
custom_css = """
|
2 |
-
|
3 |
-
/* Hides the final AutoEvalColumn */
|
4 |
-
#llm-benchmark-tab-table table td:last-child,
|
5 |
-
#llm-benchmark-tab-table table th:last-child {
|
6 |
-
display: none;
|
7 |
-
}
|
8 |
-
|
9 |
/* Limit the width of the first AutoEvalColumn so that names don't expand too much */
|
10 |
table td:first-child,
|
11 |
table th:first-child {
|
|
|
1 |
custom_css = """
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
/* Limit the width of the first AutoEvalColumn so that names don't expand too much */
|
3 |
table td:first-child,
|
4 |
table th:first-child {
|