Spaces:
Sleeping
Sleeping
| #main-row { | |
| align-items: flex-start; | |
| gap: 34px; | |
| margin-top: 38px; | |
| } | |
| #ceo-video-panel { | |
| border-radius: 17px; | |
| box-shadow: 0 2px 17px #0002; | |
| min-height: 540px ; | |
| max-height: 660px; | |
| width: 100%; | |
| } | |
| #mode-select-radio { | |
| margin-top: 36px ; | |
| margin-bottom: 32px ; | |
| font-size: 19px; | |
| } | |
| #recommended-examples { | |
| margin-top: 30px ; | |
| font-size: 17px ; | |
| background: #eafbff; | |
| border-radius: 13px; | |
| } | |
| #chatbot-box { | |
| border-radius: 14px; | |
| box-shadow: 0 2px 13px #0001; | |
| font-size: 19px; | |
| background: #f7fafc; | |
| min-height: 540px ; | |
| max-height: 660px; | |
| margin-bottom: 15px; | |
| } | |
| .gradio-row, .gradio-column { | |
| gap: 30px; | |
| } | |
| .gr-button { | |
| margin-left: 10px; | |
| height: 57px; | |
| min-width: 95px; | |
| background: #3399ff; | |
| color: #fff; | |
| font-weight: bold; | |
| border-radius: 12px; | |
| border: none; | |
| } | |
| textarea { | |
| min-height: 57px; | |
| border-radius: 9px; | |
| font-size: 18px ; | |
| line-height: 1.58; | |
| margin-bottom: 8px; | |
| } | |