Spaces:
Running
Running
CUSTOM_CSS = """ | |
.section-header { | |
background: linear-gradient(90deg, #667eea 0%, #764ba2 100%); | |
-webkit-background-clip: text; | |
-webkit-text-fill-color: transparent; | |
font-weight: bold; | |
font-size: 1.2em; | |
margin: 20px 0 10px 0; | |
} | |
""" | |
rest = """ | |
.gradio-container { | |
max-width: 1200px !important; | |
margin: auto !important; | |
} | |
""" |