zhangshengdong commited on
Commit
f2ce284
1 Parent(s): 8563b4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def stream_chat(
60
  yield buffer
61
 
62
 
63
- gr_chatbot = gr.Chatbot(height=600, placeholder=PLACEHOLDER)
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(