Spaces:
Build error
Build error
Update app.py
Browse files
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=
|
| 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魔法幫你轉念吧 ✨"
|