Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -566,7 +566,7 @@ def create_gradio_app():
|
|
566 |
)
|
567 |
|
568 |
# Footer
|
569 |
-
with gr.Accordion("π About This Tool", open=
|
570 |
gr.Markdown("""
|
571 |
A Creative Agentic AI Chat Tool leverages Groq's powerful compound models to provide intelligent,
|
572 |
context-aware responses with web search capabilities. Perfect for research, programming help,
|
|
|
566 |
)
|
567 |
|
568 |
# Footer
|
569 |
+
with gr.Accordion("π About This Tool", open=True, elem_id="neuroscope-accordion"):
|
570 |
gr.Markdown("""
|
571 |
A Creative Agentic AI Chat Tool leverages Groq's powerful compound models to provide intelligent,
|
572 |
context-aware responses with web search capabilities. Perfect for research, programming help,
|