hysts's picture
hysts HF staff
Use Radio instead of Dropdown
dbfc50b
raw
history blame
334 Bytes
.language-selector {
width: auto;
display: flex;
justify-content: center;
margin: 20px 0;
}
/* 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;
}