Spaces:
Running
on
Zero
Running
on
Zero
Upload app.py
Browse files
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.",
|
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):
|