Spaces:
Running
Running
| custom_css = """ | |
| /* Full width space */ | |
| .gradio-container { | |
| max-width: 95%; | |
| } | |
| /* Text tyle and margins */ | |
| .markdown-text { | |
| font-size: 17px !important; | |
| } | |
| .tab-buttons button { | |
| font-size: 20px; | |
| } | |
| h1 { | |
| font-size: 32px !important; | |
| margin-top: 0px !important; | |
| } | |
| #rewardbench_dataframe_avg .svelte-datagrid { | |
| min-width: 2000px; | |
| } | |
| table th, table td { | |
| white-space: nowrap; | |
| } | |
| """ |