Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -291,9 +291,9 @@ def create_gradio_app():
|
|
291 |
padding: 15px;
|
292 |
margin: 10px 0;
|
293 |
}
|
294 |
-
#neuroscope-accordion .gr-accordion {
|
295 |
-
|
296 |
-
}
|
297 |
"""
|
298 |
|
299 |
with gr.Blocks(css=css, title="π€ Creative Agentic AI Chat", theme=gr.themes.Soft()) as app:
|
@@ -307,7 +307,7 @@ def create_gradio_app():
|
|
307 |
""")
|
308 |
|
309 |
# NeuroScope AI Section
|
310 |
-
with gr.Group(elem_id="neuroscope-accordion"):
|
311 |
with gr.Accordion("π€ NeuroScope AI", open=False):
|
312 |
gr.Markdown("""
|
313 |
- π§ Intelligence (Neuro)
|
|
|
291 |
padding: 15px;
|
292 |
margin: 10px 0;
|
293 |
}
|
294 |
+
# #neuroscope-accordion .gr-accordion {
|
295 |
+
# background: linear-gradient(45deg, #26f1b5 0%, #307f3f 100%)
|
296 |
+
# }
|
297 |
"""
|
298 |
|
299 |
with gr.Blocks(css=css, title="π€ Creative Agentic AI Chat", theme=gr.themes.Soft()) as app:
|
|
|
307 |
""")
|
308 |
|
309 |
# NeuroScope AI Section
|
310 |
+
# with gr.Group(elem_id="neuroscope-accordion"):
|
311 |
with gr.Accordion("π€ NeuroScope AI", open=False):
|
312 |
gr.Markdown("""
|
313 |
- π§ Intelligence (Neuro)
|