islaoherlihy commited on
Commit
25cee7d
·
verified ·
1 Parent(s): d47ad89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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?", "kid", False],
192
- ["what is the opposite of matter?", "kid", False],
193
- ["how does sound travel?", "adult", False],
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
  )