LogosAI / process /gradio_css.py
IvanMiao's picture
feat: add app
f3dd5d6
raw
history blame
401 Bytes
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;
}
"""