Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ ddgs=DDGS()
|
|
19 |
with gr.Blocks(title='DuckDuckGo 聊天機器人') as blocks:
|
20 |
gr.Markdown("# DuckDuckGo 聊天機器人")
|
21 |
chatbot=gr.Chatbot(type='messages',
|
22 |
-
height=
|
23 |
placeholder='我們的對話',
|
24 |
show_copy_button=True)
|
25 |
state=gr.State([])
|
|
|
19 |
with gr.Blocks(title='DuckDuckGo 聊天機器人') as blocks:
|
20 |
gr.Markdown("# DuckDuckGo 聊天機器人")
|
21 |
chatbot=gr.Chatbot(type='messages',
|
22 |
+
height=320,
|
23 |
placeholder='我們的對話',
|
24 |
show_copy_button=True)
|
25 |
state=gr.State([])
|