Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -307,6 +307,12 @@ def create_gradio_app():
|
|
307 |
</div>
|
308 |
""")
|
309 |
|
|
|
|
|
|
|
|
|
|
|
|
|
310 |
# NeuroScope AI Section
|
311 |
with gr.Group():
|
312 |
with gr.Accordion("🤖 NeuroScope AI", open=False, elem_id="neuroscope-accordion"):
|
|
|
307 |
</div>
|
308 |
""")
|
309 |
|
310 |
+
gr.HTML("""
|
311 |
+
<div>
|
312 |
+
<img src="ChatGPT Image May 30, 2025, 07_20_10 PM.png" alt="NeuroScope-AI" width="200" height="200">
|
313 |
+
</div>
|
314 |
+
""")
|
315 |
+
|
316 |
# NeuroScope AI Section
|
317 |
with gr.Group():
|
318 |
with gr.Accordion("🤖 NeuroScope AI", open=False, elem_id="neuroscope-accordion"):
|