caobin commited on
Commit
b5e4873
·
verified ·
1 Parent(s): a90f54e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def respond(message, chat_history):
60
 
61
  # 创建 Gradio 界面
62
  with gr.Blocks(title="caobin LLM Chatbot") as demo:
63
- gr.Markdown("# 🤖 caobin 自定义 LLM 对话 Demo")
64
 
65
  chatbot = gr.Chatbot(height=450)
66
  msg = gr.Textbox(label="输入你的问题")
 
60
 
61
  # 创建 Gradio 界面
62
  with gr.Blocks(title="caobin LLM Chatbot") as demo:
63
+ gr.Markdown("# 🤖 caobin‘s AI assistant")
64
 
65
  chatbot = gr.Chatbot(height=450)
66
  msg = gr.Textbox(label="输入你的问题")