hysts's picture
hysts HF staff
Hide the model_name_for_query column in the table
bb911e9
raw
history blame
192 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;
}