Spaces:
Running
Running
| /* style.css */ | |
| #center-column { | |
| display: flex; | |
| justify-content: center; | |
| } | |
| .gradio-row { | |
| display: flex; | |
| gap: 20px; | |
| } | |
| .gradio-column { | |
| flex: 1; | |
| } | |
| .gradio-container { | |
| display: flex; | |
| flex-direction: column; | |
| gap: 10px; | |
| } | |
| .gradio-button-row { | |
| display: flex; | |
| gap: 10px; | |
| } | |
| .gradio-textbox-row { | |
| display: flex; | |
| gap: 10px; | |
| align-items: center; | |
| } | |