t0-0
Merge branch 'main' into select-column-accordion
e949f35
raw
history blame
486 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;
}
.accordion {
min-width: 200px!important;
}