Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -61,7 +61,11 @@ with gr.Blocks(css=css) as myface:
|
|
| 61 |
}
|
| 62 |
.gr-box {
|
| 63 |
color: #000000 !important;
|
| 64 |
-
background-image: linear-gradient(#6d43e4, #8150df) !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
}
|
| 66 |
</style>
|
| 67 |
<body>
|
|
|
|
| 61 |
}
|
| 62 |
.gr-box {
|
| 63 |
color: #000000 !important;
|
| 64 |
+
background-image: linear-gradient(#563595, #6d43e4, #8150df) !important;
|
| 65 |
+
border-top-color: #000000 !important;
|
| 66 |
+
border-right-color: #ffffff !important;
|
| 67 |
+
border-bottom-color: #ffffff !important;
|
| 68 |
+
border-left-color: #000000 !important;
|
| 69 |
}
|
| 70 |
</style>
|
| 71 |
<body>
|