Spaces:
Runtime error
Runtime error
| body { | |
| background-color: #f5f3ef; /* krem lembut */ | |
| font-family: 'Segoe UI', sans-serif; | |
| color: #2c2c2c; | |
| } | |
| .gradio-container { | |
| padding: 24px; | |
| border-radius: 12px; | |
| background-color: #ffffff; | |
| box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); | |
| } | |
| textarea, input, .gradio-markdown { | |
| background-color: #fffdf9; | |
| border: 1px solid #d6cfc7; | |
| border-radius: 10px; | |
| padding: 12px; | |
| font-size: 16px; | |
| color: #2c2c2c; | |
| } | |
| .gradio-audio { | |
| background-color: #e0f7fa; /* biru muda laut */ | |
| border-radius: 12px; | |
| border: 1px solid #b2ebf2; | |
| } | |
| button { | |
| background-color: #4caf50; /* hijau daun */ | |
| color: white; | |
| border: none; | |
| border-radius: 10px; | |
| padding: 12px 24px; | |
| font-weight: bold; | |
| cursor: pointer; | |
| transition: background-color 0.3s ease; | |
| } | |
| button:hover { | |
| background-color: #388e3c; | |
| } | |
| .gradio-file { | |
| background-color: #fff3e0; /* krem batik */ | |
| border-radius: 10px; | |
| border: 1px solid #ffe0b2; | |
| padding: 10px; | |
| } | |
| .gradio-textbox { | |
| font-family: 'Segoe UI', sans-serif; | |
| } | |
| .gradio-markdown h2 { | |
| color: #3f51b5; /* biru langit */ | |
| } | |
| .gradio-markdown p { | |
| font-size: 15px; | |
| line-height: 1.6; | |
| } | |