EduTechTeam commited on
Commit
c6f9647
·
verified ·
1 Parent(s): 774113a

Update app.py

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