Spaces:
Running
Running
Update app.py
Browse filesupdated examples
app.py
CHANGED
@@ -351,8 +351,8 @@ When citing search results, mention the source, and ensure your answer reflects
|
|
351 |
# Example queries
|
352 |
gr.Examples(
|
353 |
examples=[
|
354 |
-
"Explain
|
355 |
-
"Write a Python function to find
|
356 |
"Summarize the key concepts of reinforcement learning."
|
357 |
],
|
358 |
inputs=msg
|
|
|
351 |
# Example queries
|
352 |
gr.Examples(
|
353 |
examples=[
|
354 |
+
"Explain how Llama 4 uses Mixture of Experts.",
|
355 |
+
"Write a Python function to find composite numbers within a specific range.",
|
356 |
"Summarize the key concepts of reinforcement learning."
|
357 |
],
|
358 |
inputs=msg
|