Update style.css
Browse files
style.css
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
.videosize{
|
2 |
height:360px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
}
|
|
|
1 |
.videosize{
|
2 |
height:360px;
|
3 |
+
}
|
4 |
+
|
5 |
+
gradio-app{
|
6 |
+
background: rgb(153,0,255);
|
7 |
+
background-image: radial-gradient(circle, rgba(153,0,255,1) 0%, rgba(9,15,121,1) 96%, rgba(2,0,36,1) 100%) !important;
|
8 |
+
height: 100%;
|
9 |
+
width: 100%;
|
10 |
}
|