alexkueck commited on
Commit
173e482
1 Parent(s): 37e795b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -775,7 +775,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
775
 
776
  # Chatbot
777
  transfer_input_args = dict(
778
- fn=add_text, inputs=[chatbot, history, user_input, attached_file], outputs=[chatbot, history, user_question, attached_file, file_display, user_input], show_progress=True
779
  )
780
 
781
  predict_event1 = user_input.submit(**transfer_input_args, queue=False,).then(**predict_args)
 
775
 
776
  # Chatbot
777
  transfer_input_args = dict(
778
+ fn=add_text, inputs=[chatbot, history, user_input, attached_file], outputs=[chatbot, history, user_question, attached_file, image_display , user_input], show_progress=True
779
  )
780
 
781
  predict_event1 = user_input.submit(**transfer_input_args, queue=False,).then(**predict_args)