Spaces:
Runtime error
Runtime error
langdonholmes
commited on
Commit
•
96c5db1
1
Parent(s):
f29d754
no triggers for .click() method
Browse files
app.py
CHANGED
@@ -144,7 +144,6 @@ with gr.Blocks(title="iTELL Chat Feedback") as feedback_interface:
|
|
144 |
],
|
145 |
)
|
146 |
submit_btn.click()(
|
147 |
-
triggers=[submit_btn.click, usr_msg.submit],
|
148 |
fn=get_initial_response,
|
149 |
inputs=usr_msg,
|
150 |
outputs=[bot_resp, response_time],
|
|
|
144 |
],
|
145 |
)
|
146 |
submit_btn.click()(
|
|
|
147 |
fn=get_initial_response,
|
148 |
inputs=usr_msg,
|
149 |
outputs=[bot_resp, response_time],
|