Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -188,9 +188,9 @@ with gr.Blocks() as chatbot:
|
|
| 188 |
fn=respond,
|
| 189 |
additional_inputs=[mode, audience],
|
| 190 |
examples=[
|
| 191 |
-
["why do things fall?", "
|
| 192 |
-
["what is the opposite of matter?", "
|
| 193 |
-
["how does sound travel?", "
|
| 194 |
],
|
| 195 |
cache_examples=False,
|
| 196 |
)
|
|
|
|
| 188 |
fn=respond,
|
| 189 |
additional_inputs=[mode, audience],
|
| 190 |
examples=[
|
| 191 |
+
["why do things fall?", "explain", "kid"],
|
| 192 |
+
["what is the opposite of matter?", "explain", "kid"],
|
| 193 |
+
["how does sound travel?", "explain", "adult"],
|
| 194 |
],
|
| 195 |
cache_examples=False,
|
| 196 |
)
|