Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -119,6 +119,11 @@ with gr.Blocks(css=css) as myface:
|
|
119 |
padding: 6px 30px;
|
120 |
}
|
121 |
|
|
|
|
|
|
|
|
|
|
|
122 |
.gr-button:active {
|
123 |
font-size: 98% !important;
|
124 |
border-top-color: #000000 !important;
|
|
|
119 |
padding: 6px 30px;
|
120 |
}
|
121 |
|
122 |
+
.gr-box {
|
123 |
+
color: white !important;
|
124 |
+
background-image: linear-gradient(#6d43e4, #8150df) !important;
|
125 |
+
}
|
126 |
+
|
127 |
.gr-button:active {
|
128 |
font-size: 98% !important;
|
129 |
border-top-color: #000000 !important;
|