larryvrh commited on
Commit
3cd76cf
1 Parent(s): fca9aae

Update placeholder text for inputbox.

Browse files
Files changed (1) hide show
  1. webui.py +1 -1
webui.py CHANGED
@@ -113,7 +113,7 @@ def main():
113
 
114
  chatbot = gr.Chatbot(elem_id='chatbot')
115
  with gr.Column():
116
- user_input = gr.Textbox(show_label=False, placeholder="输入", lines=1, container=False)
117
  with gr.Row():
118
  submitBtn = gr.Button("Send", variant="primary")
119
  retryBtn = gr.Button("Retry")
 
113
 
114
  chatbot = gr.Chatbot(elem_id='chatbot')
115
  with gr.Column():
116
+ user_input = gr.Textbox(show_label=False, placeholder="Input", lines=1, container=False)
117
  with gr.Row():
118
  submitBtn = gr.Button("Send", variant="primary")
119
  retryBtn = gr.Button("Retry")