alexkueck commited on
Commit
d97afa2
1 Parent(s): 70522d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -895,7 +895,7 @@ with gr.Blocks(css=custom_css(), theme=themeAlex) as demo:
895
 
896
  # Chatbot
897
  transfer_input_args3 = dict(
898
- fn=add_text, inputs=[chatbot_code, history3, user_input3, attached_file3], outputs=[chatbot_code, history3, user_question3, attached_file3, image_display3, user_input3], show_progress3=True
899
  )
900
 
901
  predict_event3_1 = user_input3.submit(**transfer_input_args3, queue=False,).then(**predict_args3)
 
895
 
896
  # Chatbot
897
  transfer_input_args3 = dict(
898
+ fn=add_text, inputs=[chatbot_code, history3, user_input3, attached_file3], outputs=[chatbot_code, history3, user_question3, attached_file3, image_display3, user_input3], show_progress=True
899
  )
900
 
901
  predict_event3_1 = user_input3.submit(**transfer_input_args3, queue=False,).then(**predict_args3)