Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -264,7 +264,7 @@ def create_gradio_app():
|
|
264 |
}
|
265 |
.header {
|
266 |
text-align: center;
|
267 |
-
background: linear-gradient(to right, #
|
268 |
color: white;
|
269 |
padding: 20px;
|
270 |
border-radius: 10px;
|
@@ -292,7 +292,7 @@ def create_gradio_app():
|
|
292 |
margin: 10px 0;
|
293 |
}
|
294 |
#neuroscope-accordion {
|
295 |
-
background: linear-gradient(to right, #
|
296 |
border-radius: 8px;
|
297 |
}
|
298 |
"""
|
|
|
264 |
}
|
265 |
.header {
|
266 |
text-align: center;
|
267 |
+
background: linear-gradient(to right, #00ff94, #00b4db);
|
268 |
color: white;
|
269 |
padding: 20px;
|
270 |
border-radius: 10px;
|
|
|
292 |
margin: 10px 0;
|
293 |
}
|
294 |
#neuroscope-accordion {
|
295 |
+
background: linear-gradient(to right, #00ff94, #00b4db);
|
296 |
border-radius: 8px;
|
297 |
}
|
298 |
"""
|