Update app.py
Browse files
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("## 🤖
|
| 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("清除对话")
|