hysts's picture
hysts HF staff
Full width
68a3333
raw
history blame
266 Bytes
.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;
}