Spaces:
Runtime error
Runtime error
robertselvam
commited on
Commit
•
71f8ca8
1
Parent(s):
aef24b9
Update style.css
Browse files
style.css
CHANGED
@@ -4,6 +4,13 @@
|
|
4 |
margin-right: auto;
|
5 |
}
|
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
#row-flex {
|
8 |
display: flex;
|
9 |
align-items: center;
|
|
|
4 |
margin-right: auto;
|
5 |
}
|
6 |
|
7 |
+
gradio-app{
|
8 |
+
background: rgb(153,0,255);
|
9 |
+
background-image: radial-gradient(circle, rgba(153,0,255,1) 0%, rgba(9,15,121,1) 96%, rgba(2,0,36,1) 100%) !important;
|
10 |
+
height: 100%;
|
11 |
+
width: 100%;
|
12 |
+
}
|
13 |
+
|
14 |
#row-flex {
|
15 |
display: flex;
|
16 |
align-items: center;
|