Update app.py
Browse files
app.py
CHANGED
|
@@ -350,7 +350,7 @@ with gr.Blocks() as demo:
|
|
| 350 |
msg.submit(
|
| 351 |
generate_response,
|
| 352 |
inputs=[msg, state_messages, bias_dropdown],
|
| 353 |
-
outputs=[msg, chatbot, state_last_user, state_last_bot],
|
| 354 |
)
|
| 355 |
|
| 356 |
with gr.Row():
|
|
|
|
| 350 |
msg.submit(
|
| 351 |
generate_response,
|
| 352 |
inputs=[msg, state_messages, bias_dropdown],
|
| 353 |
+
outputs=[msg, chatbot, state_messages, state_last_user, state_last_bot],
|
| 354 |
)
|
| 355 |
|
| 356 |
with gr.Row():
|