Spaces:
Runtime error
Runtime error
no triggers for .click() method
#2
by
langdonholmes
- opened
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],
|