John6666 commited on
Commit
1502698
β€’
1 Parent(s): 751481f

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ with gr.Blocks(theme='NoCrypt/miku@>=1.2.2', fill_width=True, css=css, delete_ca
22
  with gr.Group():
23
  chatbot = gr.Chatbot(likeable=False, show_copy_button=True, show_share_button=False, layout="bubble", container=True)
24
  with gr.Row():
25
- chat_msg = gr.Textbox(show_label=False, placeholder="Input text in English, Japanese, or any other languages and press Enter or click Send.", lines=2, scale=4)
26
  chat_submit = gr.Button("Send", scale=1, variant="primary")
27
  chat_clear = gr.Button("Clear", scale=1, variant="secondary")
28
  with gr.Accordion("Additional inputs", open=False):
 
22
  with gr.Group():
23
  chatbot = gr.Chatbot(likeable=False, show_copy_button=True, show_share_button=False, layout="bubble", container=True)
24
  with gr.Row():
25
+ chat_msg = gr.Textbox(show_label=False, placeholder="Input text in English, Japanese, or any other languages and press Enter or click Send.", scale=4)
26
  chat_submit = gr.Button("Send", scale=1, variant="primary")
27
  chat_clear = gr.Button("Clear", scale=1, variant="secondary")
28
  with gr.Accordion("Additional inputs", open=False):