Spaces:
Running
Running
robertselvam
commited on
Commit
·
993f735
1
Parent(s):
ffbcd67
Update style.css
Browse files
style.css
CHANGED
@@ -4,8 +4,8 @@
|
|
4 |
margin-right: auto;
|
5 |
}
|
6 |
gradio-app{
|
7 |
-
background:rgb(0,
|
8 |
-
background:radial-gradient(circle, rgba(0,
|
9 |
height: 100%;
|
10 |
width: 100%;
|
11 |
}
|
|
|
4 |
margin-right: auto;
|
5 |
}
|
6 |
gradio-app{
|
7 |
+
background: rgb(153,0,255);
|
8 |
+
background: radial-gradient(circle, rgba(153,0,255,1) 0%, rgba(9,15,121,1) 96%, rgba(2,0,36,1) 100%); !important;
|
9 |
height: 100%;
|
10 |
width: 100%;
|
11 |
}
|