robertselvam commited on
Commit
5a1f6ca
·
verified ·
1 Parent(s): 1fd4926

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +7 -0
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
  }