Daemontatox commited on
Commit
b585400
·
verified ·
1 Parent(s): 47e33fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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():