Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -64,6 +64,7 @@ with gr.Blocks() as demo:
|
|
64 |
txt = gr.Textbox(
|
65 |
show_label=False,
|
66 |
placeholder="Type your message here...",
|
|
|
67 |
)
|
68 |
|
69 |
txt.submit(chatbot, [txt, state], [chatbot_component, state])
|
|
|
64 |
txt = gr.Textbox(
|
65 |
show_label=False,
|
66 |
placeholder="Type your message here...",
|
67 |
+
submit_btn=True
|
68 |
)
|
69 |
|
70 |
txt.submit(chatbot, [txt, state], [chatbot_component, state])
|