Howarddddd commited on
Commit
14ed689
·
verified ·
1 Parent(s): c998289

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def slow_echo(inputs, chatbot):
78
  def setup_gradio_interface():
79
  demo = gr.ChatInterface(
80
  slow_echo,
81
- chatbot=gr.Chatbot(height=500, type="messages"), # ✅ 補上 type
82
  type="messages",
83
  title="🌷 Lucky Vicky 員瑛思考生成器",
84
  description="輸入你的煩惱或生活小事,讓員瑛用她的正向思考和Lucky魔法幫你轉念吧 ✨"
 
78
  def setup_gradio_interface():
79
  demo = gr.ChatInterface(
80
  slow_echo,
81
+ chatbot=gr.Chatbot(height=300, type="messages"), # ✅ 補上 type
82
  type="messages",
83
  title="🌷 Lucky Vicky 員瑛思考生成器",
84
  description="輸入你的煩惱或生活小事,讓員瑛用她的正向思考和Lucky魔法幫你轉念吧 ✨"