Spaces:
Runtime error
Runtime error
Commit
·
deb1f08
1
Parent(s):
a668cd4
Update style.css
Browse files
style.css
CHANGED
@@ -4,7 +4,8 @@
|
|
4 |
margin-right: auto;
|
5 |
}
|
6 |
gradio-app{
|
7 |
-
background:
|
|
|
8 |
height: 100%;
|
9 |
width: 100%;
|
10 |
}
|
|
|
4 |
margin-right: auto;
|
5 |
}
|
6 |
gradio-app{
|
7 |
+
background:rgb(0,212,255);
|
8 |
+
background:radial-gradient(circle, rgba(0,212,255,1) 0%, rgba(9,9,121,1) 95%, rgba(2,0,36,1) 100%); !important;
|
9 |
height: 100%;
|
10 |
width: 100%;
|
11 |
}
|