Update app.py
Browse files
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>
|