Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 266 Bytes
c12f350 9cb6607 bb911e9 68a3333 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
.language-selector {
width: auto;
}
/* Hides the final AutoEvalColumn */
#llm-benchmark-tab-table table td:last-child,
#llm-benchmark-tab-table table th:last-child {
display: none;
}
/* Full width space */
.gradio-container {
max-width: 95%!important;
}
|