isayahc commited on
Commit
d233aaa
1 Parent(s): 0a3c3d7

fixing formatting error

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -201,15 +201,16 @@ with gr.Blocks(css=css) as demo:
201
  queue=False
202
  )
203
 
204
- question.submit
205
- (add_text,
206
  [
207
  chatbot,
208
  question
209
  ],
210
  [
211
  chatbot,
212
- question]
 
213
  ).then(
214
  bot,
215
  chatbot,
 
201
  queue=False
202
  )
203
 
204
+ question.submit(
205
+ add_text,
206
  [
207
  chatbot,
208
  question
209
  ],
210
  [
211
  chatbot,
212
+ question
213
+ ]
214
  ).then(
215
  bot,
216
  chatbot,