Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def predict(inputs, chatbot):
|
|
40 |
# 創建和啟動聊天界面
|
41 |
chat_interface = gr.ChatInterface(
|
42 |
predict,
|
43 |
-
chatbot=gr.Chatbot(
|
44 |
title="AI 聊天助手",
|
45 |
description="請輸入您的問題",
|
46 |
)
|
|
|
40 |
# 創建和啟動聊天界面
|
41 |
chat_interface = gr.ChatInterface(
|
42 |
predict,
|
43 |
+
chatbot=gr.Chatbot(),
|
44 |
title="AI 聊天助手",
|
45 |
description="請輸入您的問題",
|
46 |
)
|