File size: 402 Bytes
28d86ed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79a1ae4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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;
    }
"""