Spaces:
Runtime error
Runtime error
Commit
·
c168708
1
Parent(s):
f29d754
no triggers for .click() method (#2)
Browse files- no triggers for .click() method (96c5db1c39a7b16e0ba98f97c558757dda875083)
Co-authored-by: Langdon Holmes <langdonholmes@users.noreply.huggingface.co>
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],
|