t0-0
Remove backend library display from leaderboard and filter
111e1ed
raw
history blame
440 Bytes
.language-selector {
width: auto;
display: flex;
justify-content: center;
margin: 20px 0;
}
/* Hides the final AutoEvalColumn */
#llm-benchmark-tab-table table td:nth-last-child(2),
#llm-benchmark-tab-table table th:nth-last-child(2),
#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;
}