fix examples
Browse files
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 |
)
|