Spaces:
Running
Running
Anirudh Esthuri
Copy all files from Playground - app, gateway_client, llm, model_config, requirements, styles, assets, and config files
e91e2b4
| /* -- Sidebar width & padding -- */ | |
| section[data-testid="stSidebar"] { width: 230px ; } | |
| section[data-testid="stSidebarContent"] { width: 230px ; | |
| padding: 0.75rem; } | |
| /* -- Title size -- */ | |
| h1 { font-size: 2.1rem ; margin-bottom: 1rem; } | |
| /* -- Ensure long links wrap inside comparison columns -- */ | |
| div.answer { white-space: pre-wrap; overflow-wrap: anywhere; } | |
| /* Tighten spacing between comparison columns */ | |
| div[data-testid="column"] { | |
| padding-left: 0.25rem ; | |
| padding-right: 0.25rem ; | |
| margin-left: 0 ; | |
| margin-right: 0 ; | |
| flex-grow: 1; | |
| } | |
| /* Align vertical divider better */ | |
| .vertical-divider { | |
| height: 100%; | |
| border-left: 1px solid #ccc; | |
| margin: 0 0.4rem; | |
| } |