fionasu commited on
Commit
940fd7b
·
verified ·
1 Parent(s): 735cea0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -304,7 +304,7 @@ with gr.Blocks(theme=theme) as demo:
304
  gr.Image(value="Go Buddy2.png", interactive=False, show_label=False)
305
 
306
  # 1) the chat history panel
307
- chat_box = gr.Chatbot(height=800)
308
 
309
  # 2) where the user types
310
  msg = gr.Textbox(
 
304
  gr.Image(value="Go Buddy2.png", interactive=False, show_label=False)
305
 
306
  # 1) the chat history panel
307
+ chat_box = gr.Chatbot(height=900)
308
 
309
  # 2) where the user types
310
  msg = gr.Textbox(