Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ with gr.Blocks(css=css) as myface:
|
|
| 58 |
color: #ffc99f !important;
|
| 59 |
}
|
| 60 |
.gr-box {
|
| 61 |
-
background-image: linear-gradient(#182634, #1e3140,
|
| 62 |
border-top-color: #000000 !important;
|
| 63 |
border-right-color: #ffffff !important;
|
| 64 |
border-bottom-color: #ffffff !important;
|
|
|
|
| 58 |
color: #ffc99f !important;
|
| 59 |
}
|
| 60 |
.gr-box {
|
| 61 |
+
background-image: linear-gradient(#182634, #1e3140, #254150) !important;
|
| 62 |
border-top-color: #000000 !important;
|
| 63 |
border-right-color: #ffffff !important;
|
| 64 |
border-bottom-color: #ffffff !important;
|