Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ footer {visibility: hidden;}
|
|
8 |
[data-testid="stAppViewContainer"]{
|
9 |
background-image: linear-gradient(115deg,#FFAF00,#FFC500,#FFD600,#FCED00,#F9F380,#F6F7CD);
|
10 |
animation: rotate 4s linear infinite;
|
11 |
-
|
12 |
100%{
|
13 |
filter: hue-rotate(-360deg)
|
14 |
}
|
|
|
8 |
[data-testid="stAppViewContainer"]{
|
9 |
background-image: linear-gradient(115deg,#FFAF00,#FFC500,#FFD600,#FCED00,#F9F380,#F6F7CD);
|
10 |
animation: rotate 4s linear infinite;
|
11 |
+
@-webkit-keyframes rotate {
|
12 |
100%{
|
13 |
filter: hue-rotate(-360deg)
|
14 |
}
|