CatoG commited on
Commit
da7fe60
·
verified ·
1 Parent(s): ec420b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -350,7 +350,7 @@ with gr.Blocks() as demo:
350
  msg.submit(
351
  generate_response,
352
  inputs=[msg, state_messages, bias_dropdown],
353
- outputs=[msg, chatbot, state_last_user, state_last_bot],
354
  )
355
 
356
  with gr.Row():
 
350
  msg.submit(
351
  generate_response,
352
  inputs=[msg, state_messages, bias_dropdown],
353
+ outputs=[msg, chatbot, state_messages, state_last_user, state_last_bot],
354
  )
355
 
356
  with gr.Row():