RoAr777 commited on
Commit
394a06f
·
verified ·
1 Parent(s): 726da70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -429,7 +429,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
429
  placeholder="Enter message or upload file...", show_label=False)
430
  submit_button = gr.Button("Send")
431
 
432
- submit_button.click(chatbot_interface, [chatbot, query_input], [chatbot, query_input])
433
  query_input.submit(chatbot_interface, [chatbot, query_input], [chatbot,query_input])
434
 
435
  chatbot.like(vote, None, None) # Adding like/dislike functionality to the chatbot
 
429
  placeholder="Enter message or upload file...", show_label=False)
430
  submit_button = gr.Button("Send")
431
 
432
+
433
  query_input.submit(chatbot_interface, [chatbot, query_input], [chatbot,query_input])
434
 
435
  chatbot.like(vote, None, None) # Adding like/dislike functionality to the chatbot