Chad commited on
Commit ·
96b881a
1
Parent(s): 6092af3
nwfbwfbwdwddwwdwddwdwd
Browse files
app.py
CHANGED
|
@@ -69,7 +69,7 @@ with gr.Blocks() as interface:
|
|
| 69 |
]
|
| 70 |
|
| 71 |
send_button.click(
|
| 72 |
-
fn=
|
| 73 |
inputs=[user_input, state],
|
| 74 |
outputs=[chatbot, user_input],
|
| 75 |
)
|
|
|
|
| 69 |
]
|
| 70 |
|
| 71 |
send_button.click(
|
| 72 |
+
fn=respond,
|
| 73 |
inputs=[user_input, state],
|
| 74 |
outputs=[chatbot, user_input],
|
| 75 |
)
|