Spaces:
Sleeping
Sleeping
Commit ·
6bbd484
1
Parent(s): 184f422
Update style.css
Browse files
style.css
CHANGED
|
@@ -7,3 +7,9 @@
|
|
| 7 |
margin-right:260px;
|
| 8 |
margin-top:15px;
|
| 9 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
margin-right:260px;
|
| 8 |
margin-top:15px;
|
| 9 |
}
|
| 10 |
+
gradio-app{
|
| 11 |
+
background: rgb(153,0,255);
|
| 12 |
+
background: radial-gradient(circle, rgba(153,0,255,1) 0%, rgba(9,15,121,1) 96%, rgba(2,0,36,1) 100%) !important;
|
| 13 |
+
height: 100%;
|
| 14 |
+
width: 100%;
|
| 15 |
+
}
|