tosei0000 commited on
Commit
3747093
·
verified ·
1 Parent(s): 1448c88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def chat(user_input, history):
37
  return history, history
38
 
39
  with gr.Blocks(title="Qwen2 Chatbot") as demo:
40
- gr.Markdown("## 🤖 Qwen2 聊天机器人")
41
  chatbot = gr.Chatbot()
42
  msg = gr.Textbox(label="输入你的问题")
43
  clear = gr.Button("清除对话")
 
37
  return history, history
38
 
39
  with gr.Blocks(title="Qwen2 Chatbot") as demo:
40
+ gr.Markdown("## 🤖 杜靖 聊天机器人")
41
  chatbot = gr.Chatbot()
42
  msg = gr.Textbox(label="输入你的问题")
43
  clear = gr.Button("清除对话")