shukdevdatta123 commited on
Commit
5ae3f48
Β·
verified Β·
1 Parent(s): dca9cad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -1
app.py CHANGED
@@ -302,6 +302,15 @@ def create_gradio_app():
302
  <p>Powered by Groq's Compound Models with Web Search & Agentic Capabilities</p>
303
  </div>
304
  """)
 
 
 
 
 
 
 
 
 
305
 
306
  # API Key Section
307
  with gr.Row():
@@ -344,7 +353,8 @@ def create_gradio_app():
344
  label="Creative AI Assistant",
345
  height=500,
346
  show_label=True,
347
- bubble_full_width=False
 
348
  )
349
 
350
  with gr.Row():
 
302
  <p>Powered by Groq's Compound Models with Web Search & Agentic Capabilities</p>
303
  </div>
304
  """)
305
+
306
+ # How to Use Section
307
+ with gr.Accordion("πŸ“– How to Use This App", open=False):
308
+ gr.Markdown("""
309
+ - 🧠 Intelligence (Neuro)
310
+ - πŸ” Domain filtering (Scope)
311
+ - πŸ€– AI capabilities (AI)
312
+ - ⚑ Precision (Scope implies focused, targeted results)
313
+ """)
314
 
315
  # API Key Section
316
  with gr.Row():
 
353
  label="Creative AI Assistant",
354
  height=500,
355
  show_label=True,
356
+ bubble_full_width=False,
357
+ show_copy_button=True
358
  )
359
 
360
  with gr.Row():