Spaces:
Running
Running
Update app.py
Browse files
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():
|