Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
.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% ; | |
} | |
.accordion { | |
min-width: 200px ; | |
} | |