bharatcoder commited on
Commit
1a87f00
·
verified ·
1 Parent(s): ddc83c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ with gr.Blocks() as demo:
62
  # Set the type to 'messages' to avoid the deprecation warning
63
  chatbot = gr.Chatbot(type="messages")
64
  with gr.Row():
65
- user_input = gr.Textbox(show_label=False, placeholder="Enter your message...", lines=5)
66
  send_button = gr.Button("Send")
67
  with gr.Column(scale=1):
68
  with gr.Accordion("Settings", open=False):
 
62
  # Set the type to 'messages' to avoid the deprecation warning
63
  chatbot = gr.Chatbot(type="messages")
64
  with gr.Row():
65
+ user_input = gr.Textbox(show_label=False, placeholder="Enter your message...", height=100, multiline=True)
66
  send_button = gr.Button("Send")
67
  with gr.Column(scale=1):
68
  with gr.Accordion("Settings", open=False):