Spaces:
Sleeping
Sleeping
robertselvam
commited on
Commit
•
525eca5
1
Parent(s):
760d43b
Update style.css
Browse files
style.css
CHANGED
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
#col-container {
|
2 |
max-width: 600px;
|
3 |
margin-left: auto;
|
|
|
1 |
+
gradio-app{
|
2 |
+
background: rgb(153,0,255);
|
3 |
+
background-image: radial-gradient(circle, rgba(153,0,255,1) 0%, rgba(9,15,121,1) 96%, rgba(2,0,36,1) 100%) !important;
|
4 |
+
height: 100%;
|
5 |
+
width: 100%;
|
6 |
+
}
|
7 |
#col-container {
|
8 |
max-width: 600px;
|
9 |
margin-left: auto;
|