Spaces:
Runtime error
Runtime error
| <style> | |
| body { | |
| background-color: #f8f8fb ; | |
| font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ; | |
| } | |
| .gradio-container { | |
| max-width: 900px ; | |
| margin: auto ; | |
| padding: 30px ; | |
| background-color: #ffffff ; | |
| border-radius: 20px ; | |
| box-shadow: 0 0 15px rgba(0, 0, 0, 0.05) ; | |
| } | |
| h1, h2, h3, label, p { | |
| color: #6a0dad ; /* Purple heading and text */ | |
| } | |
| button, .btn { | |
| background-color: #6a0dad ; | |
| color: white ; | |
| border-radius: 10px ; | |
| padding: 10px 20px ; | |
| font-weight: bold ; | |
| border: none ; | |
| } | |
| button:hover { | |
| background-color: #580eaa ; | |
| cursor: pointer ; | |
| } | |
| input, textarea, select { | |
| border: 1px solid #d1c4e9 ; | |
| border-radius: 10px ; | |
| padding: 10px ; | |
| width: 100% ; | |
| } | |
| audio { | |
| width: 100% ; | |
| margin-top: 10px ; | |
| } | |
| @media (max-width: 768px) { | |
| .gradio-container { | |
| padding: 15px ; | |
| } | |
| } | |
| </style> | |