robertselvam commited on
Commit
052fc41
1 Parent(s): e64aa2f

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +7 -1
style.css CHANGED
@@ -6,8 +6,14 @@
6
  .heightfit{
7
  height:120px;
8
  }
9
- gradio-app{
10
  background:url("file=bg.png") !important;
 
 
 
 
 
 
11
  }
12
 
13
  #row-flex {
 
6
  .heightfit{
7
  height:120px;
8
  }
9
+ /* gradio-app{
10
  background:url("file=bg.png") !important;
11
+ } */
12
+ gradio-app{
13
+ background: rgb(153,0,255);
14
+ background-image: radial-gradient(circle, rgba(153,0,255,1) 0%, rgba(9,15,121,1) 96%, rgba(2,0,36,1) 100%) !important;
15
+ height: 100%;
16
+ width: 100%;
17
  }
18
 
19
  #row-flex {