Geek7 commited on
Commit
cb448b0
·
1 Parent(s): c023e91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -8,7 +8,11 @@ footer {visibility: hidden;}
8
  [data-testid="stAppViewContainer"]{
9
  background: linear-gradient(115deg,#FFAF00,#FFC500,#FFD600,#FCED00,#F9F380,#F6F7CD);
10
  animation: rotate 4s linear infinite;
11
-
 
 
 
 
12
  }
13
 
14
  </style>
 
8
  [data-testid="stAppViewContainer"]{
9
  background: linear-gradient(115deg,#FFAF00,#FFC500,#FFD600,#FCED00,#F9F380,#F6F7CD);
10
  animation: rotate 4s linear infinite;
11
+ @keyframes rotate {
12
+ 100%{
13
+ filter: hue-rotate(-360deg)
14
+ }
15
+ }
16
  }
17
 
18
  </style>