Spaces:
Runtime error
Runtime error
zhangshengdong
commited on
Commit
•
f2ce284
1
Parent(s):
8563b4e
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def stream_chat(
|
|
60 |
yield buffer
|
61 |
|
62 |
|
63 |
-
gr_chatbot = gr.Chatbot(height=
|
64 |
|
65 |
with gr.Blocks(css=CSS, theme="soft") as demo:
|
66 |
gr.ChatInterface(
|
|
|
60 |
yield buffer
|
61 |
|
62 |
|
63 |
+
gr_chatbot = gr.Chatbot(height=601, placeholder=PLACEHOLDER)
|
64 |
|
65 |
with gr.Blocks(css=CSS, theme="soft") as demo:
|
66 |
gr.ChatInterface(
|