evegarcianz commited on
Commit
fd2d595
1 Parent(s): 6f160a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -8
app.py CHANGED
@@ -242,17 +242,12 @@ def greet(question,candidate):
242
 
243
  css= """.gradio-container {
244
  background: linear-gradient(-45deg,
245
- green 33%,
246
- white 33%, white 66%,
247
- red 66%);
248
 
249
- animation: animate 10s linear infinite;
250
  }
251
 
252
- @keyframes animate {
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