Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
Akegarasu committed Mar 23, 2023
1 parent b71f527 commit 32ba324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def create_ui():
with gr.Column(scale=7):
chatbot = gr.Chatbot(elem_id="chat-box", show_label=False).style(height=800)
with gr.Row():
input_message = gr.Textbox(placeholder="输入你的内容...", show_label=False, lines=2, elem_id="chat-input")
input_message = gr.Textbox(placeholder="输入你的内容...(按 Ctrl+Enter 发送)", show_label=False, lines=4, elem_id="chat-input").style(container=False)
clear_input = gr.Button("🗑️", elem_id="del-btn")

with gr.Row():
Expand Down

0 comments on commit 32ba324

Please sign in to comment.