theosaurus commited on
Commit
eb371b5
·
1 Parent(s): d7410d1

feat/ Show the submit button in the message textbox

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -928,7 +928,8 @@ with gr.Blocks() as demo:
928
  message_input = gr.Textbox(
929
  label="message",
930
  placeholder="Ask about the elicitation text...",
931
- lines=2
 
932
  )
933
 
934
  with gr.Row():
 
928
  message_input = gr.Textbox(
929
  label="message",
930
  placeholder="Ask about the elicitation text...",
931
+ lines=2,
932
+ submit_btn=True
933
  )
934
 
935
  with gr.Row():