robertselvam commited on
Commit
a668cd4
·
1 Parent(s): b01b9d8

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +1 -1
style.css CHANGED
@@ -4,7 +4,7 @@
4
  margin-right: auto;
5
  }
6
  gradio-app{
7
- background:url("file=https://pastilla.co/wp-content/uploads/2023/07/Main-Image.gif") no-repeat !important;
8
  height: 100%;
9
  width: 100%;
10
  }
 
4
  margin-right: auto;
5
  }
6
  gradio-app{
7
+ background: radial-gradient(circle, rgba(0,212,255,1) 0%, rgba(9,9,121,1) 95%, rgba(2,0,36,1) 100%); !important;
8
  height: 100%;
9
  width: 100%;
10
  }