Update app.py
Browse files
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 |
-
|
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
|