Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -566,20 +566,21 @@ def create_gradio_app():
|
|
566 |
)
|
567 |
|
568 |
# Footer
|
569 |
-
gr.
|
570 |
-
|
571 |
-
|
572 |
-
|
573 |
-
|
574 |
-
|
575 |
-
|
576 |
-
|
577 |
-
|
578 |
-
|
579 |
-
|
580 |
-
|
581 |
-
|
582 |
-
|
|
|
583 |
|
584 |
return app
|
585 |
|
|
|
566 |
)
|
567 |
|
568 |
# Footer
|
569 |
+
with gr.Accordion("π About This Tool", open=False, elem_id="neuroscope-accordion"):
|
570 |
+
gr.Markdown("""
|
571 |
+
---
|
572 |
+
### π About This Tool
|
573 |
+
This Creative Agentic AI Chat Tool leverages Groq's powerful compound models to provide intelligent,
|
574 |
+
context-aware responses with web search capabilities. Perfect for research, programming help,
|
575 |
+
creative writing, and complex problem-solving.
|
576 |
+
|
577 |
+
**Features:**
|
578 |
+
- π Web search with domain filtering
|
579 |
+
- π§ Advanced AI reasoning with tool usage
|
580 |
+
- π¬ Conversational memory and context
|
581 |
+
- βοΈ Customizable parameters and prompts
|
582 |
+
- π¨ Creative and analytical capabilities
|
583 |
+
""")
|
584 |
|
585 |
return app
|
586 |
|