karthikeyan-r commited on
Commit
3099db4
1 Parent(s): 9d2baf0

Update style.css

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