Spaces:
Sleeping
Sleeping
evegarcianz
commited on
Commit
•
fd2d595
1
Parent(s):
6f160a1
Update app.py
Browse files
app.py
CHANGED
@@ -242,17 +242,12 @@ def greet(question,candidate):
|
|
242 |
|
243 |
css= """.gradio-container {
|
244 |
background: linear-gradient(-45deg,
|
245 |
-
|
246 |
-
|
247 |
-
red 66%);
|
248 |
|
249 |
-
animation: animate 10s linear infinite;
|
250 |
}
|
251 |
|
252 |
-
|
253 |
-
0% {background-position: 0 0}
|
254 |
-
100% {background-position: 100% 0}
|
255 |
-
}
|
256 |
"""
|
257 |
|
258 |
|
|
|
242 |
|
243 |
css= """.gradio-container {
|
244 |
background: linear-gradient(-45deg,
|
245 |
+
#228B22, #FFFFFF, #FF0000);
|
246 |
+
|
|
|
247 |
|
|
|
248 |
}
|
249 |
|
250 |
+
|
|
|
|
|
|
|
251 |
"""
|
252 |
|
253 |
|