Spaces:
Runtime error
Runtime error
vvv-knyazeva
commited on
Commit
•
f92ef4d
1
Parent(s):
31cf924
Update pages/gpt_v1.py
Browse files- pages/gpt_v1.py +1 -1
pages/gpt_v1.py
CHANGED
@@ -23,7 +23,7 @@ body {
|
|
23 |
|
24 |
.animated-bg {
|
25 |
background: linear-gradient(to right, #ff416c, #ff4b2b);
|
26 |
-
animation: animate-bg
|
27 |
}
|
28 |
|
29 |
@keyframes animate-bg {
|
|
|
23 |
|
24 |
.animated-bg {
|
25 |
background: linear-gradient(to right, #ff416c, #ff4b2b);
|
26 |
+
animation: animate-bg 10000ms linear infinite;
|
27 |
}
|
28 |
|
29 |
@keyframes animate-bg {
|