.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; }