Spaces:
Running
Running
Update app.py
Browse files
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
|
| 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="输入你的问题")
|