Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ page_bg_img = """
|
|
27 |
background: rgb(80,255,235);
|
28 |
background: linear-gradient(90deg, rgba(80,255,235,1) 0%, rgba(0,0,255,1) 50%, rgba(188,0,255,1) 92%);
|
29 |
background-size: 150% 150%;
|
30 |
-
animation: my_animation
|
31 |
}
|
32 |
|
33 |
@keyframes my_animation {
|
|
|
27 |
background: rgb(80,255,235);
|
28 |
background: linear-gradient(90deg, rgba(80,255,235,1) 0%, rgba(0,0,255,1) 50%, rgba(188,0,255,1) 92%);
|
29 |
background-size: 150% 150%;
|
30 |
+
animation: my_animation 10s ease infinite;
|
31 |
}
|
32 |
|
33 |
@keyframes my_animation {
|