robertselvam commited on
Commit
ff67ce3
·
1 Parent(s): 76bf6cd

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +1 -1
style.css CHANGED
@@ -9,7 +9,7 @@
9
  }
10
  gradio-app{
11
  background: rgb(153,0,255);
12
- background: radial-gradient(circle, rgba(153,0,255,1) 0%, rgba(9,15,121,1) 96%, rgba(2,0,36,1) 100%) !important;
13
  height: 100%;
14
  width: 100%;
15
  }
 
9
  }
10
  gradio-app{
11
  background: rgb(153,0,255);
12
+ background-image: radial-gradient(circle, rgba(153,0,255,1) 0%, rgba(9,15,121,1) 96%, rgba(2,0,36,1) 100%) !important;
13
  height: 100%;
14
  width: 100%;
15
  }