bharatcoder commited on
Commit
7d51840
·
verified ·
1 Parent(s): a72380a

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...", multiline=True)
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...")
66
  send_button = gr.Button("Send")
67
  with gr.Column(scale=1):
68
  with gr.Accordion("Settings", open=False):