robertselvam commited on
Commit
5410dcb
·
1 Parent(s): 4e18293

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +6 -0
style.css CHANGED
@@ -9,6 +9,12 @@
9
  align-items: center;
10
  justify-content: center;
11
  }
 
 
 
 
 
 
12
  .leftimage .rightimage{
13
  float:left;
14
  filter: drop-shadow(20px 20px 10px white);
 
9
  align-items: center;
10
  justify-content: center;
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
  .leftimage .rightimage{
19
  float:left;
20
  filter: drop-shadow(20px 20px 10px white);