elyx commited on
Commit
73d8563
·
1 Parent(s): fc2bb77

fix examples

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -209,9 +209,9 @@ class Chatbot():
209
 
210
  gr.Examples(
211
  examples=[
212
- 'Answer the following question, explain your reasoning:\n'
213
- 'Answer the following question, explain your reasoning, use latex format:\n'
214
- 'Answer the following multiple choice question, explain your reasoning:\n'
215
  ],
216
  inputs=message
217
  )
 
209
 
210
  gr.Examples(
211
  examples=[
212
+ 'Answer the following question, explain your reasoning:\n',
213
+ 'Answer the following question, explain your reasoning, use latex format:\n',
214
+ 'Answer the following multiple choice question, explain your reasoning:\n',
215
  ],
216
  inputs=message
217
  )