hsienchen commited on
Commit
207e26b
1 Parent(s): 0adc2fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks(theme='snehilsanyal/scikit-learn') as app:
66
 
67
  btn = gr.Button("Submit")
68
  clicked = btn.click(query_message,
69
- [text_box,image_box,chatbot],
70
  chatbot
71
  ).then(llm_response,
72
  [chatbot,text_box,image_box],
 
66
 
67
  btn = gr.Button("Submit")
68
  clicked = btn.click(query_message,
69
+ [chatbot,text_box,image_box],
70
  chatbot
71
  ).then(llm_response,
72
  [chatbot,text_box,image_box],