HelenaXH commited on
Commit
c0379f6
Β·
verified Β·
1 Parent(s): 5ce9009

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -831,9 +831,9 @@ footer {
831
  """)
832
 
833
  chatbot = gr.Chatbot(height=500, show_label=False, show_copy_button=True, type="messages")
834
- msg = gr.Textbox(placeholder="enter your answer...")
835
- send = gr.Button("Send πŸš€", elem_id="custom-send")
836
- reset = gr.Button("πŸ”„ Restart")
837
 
838
  def add_user_message(m, hist):
839
  hist = hist or []
 
831
  """)
832
 
833
  chatbot = gr.Chatbot(height=500, show_label=False, show_copy_button=True, type="messages")
834
+ msg = gr.Textbox(placeholder="θ―·θΎ“ε…₯δ½ ηš„ε›žη­”...")
835
+ send = gr.Button("发送 πŸš€", elem_id="custom-send")
836
+ reset = gr.Button("πŸ”„ 重新开始")
837
 
838
  def add_user_message(m, hist):
839
  hist = hist or []