Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -205,7 +205,9 @@ def main():
|
|
205 |
message = gr.TextArea(
|
206 |
placeholder=PLACEHOLDER,
|
207 |
label="Your message",
|
208 |
-
lines=3
|
|
|
|
|
209 |
)
|
210 |
|
211 |
with gr.Row():
|
|
|
205 |
message = gr.TextArea(
|
206 |
placeholder=PLACEHOLDER,
|
207 |
label="Your message",
|
208 |
+
lines=3,
|
209 |
+
# Enable Enter key submission
|
210 |
+
submit=True,
|
211 |
)
|
212 |
|
213 |
with gr.Row():
|