Spaces:
Runtime error
Runtime error
robertselvam
commited on
Commit
·
9379096
1
Parent(s):
d30fc5a
Update style.css
Browse files
style.css
CHANGED
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
.leftimage{
|
2 |
padding-top:75px;
|
3 |
margin-left:250px;
|
|
|
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 |
.leftimage{
|
8 |
padding-top:75px;
|
9 |
margin-left:250px;
|