shukdevdatta123 commited on
Commit
9d95ce2
Β·
verified Β·
1 Parent(s): c72e3a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -14
app.py CHANGED
@@ -566,20 +566,21 @@ def create_gradio_app():
566
  )
567
 
568
  # Footer
569
- gr.Markdown("""
570
- ---
571
- ### πŸš€ About This Tool
572
- This Creative Agentic AI Chat Tool leverages Groq's powerful compound models to provide intelligent,
573
- context-aware responses with web search capabilities. Perfect for research, programming help,
574
- creative writing, and complex problem-solving.
575
-
576
- **Features:**
577
- - πŸ” Web search with domain filtering
578
- - 🧠 Advanced AI reasoning with tool usage
579
- - πŸ’¬ Conversational memory and context
580
- - βš™οΈ Customizable parameters and prompts
581
- - 🎨 Creative and analytical capabilities
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