ayoolaolafenwa commited on
Commit
3cc692c
·
1 Parent(s): 14a6ea8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ with gr.Blocks() as demo:
87
  """
88
  )
89
 
90
- chatbot = gr.Chatbot().style(height=500)
91
  with gr.Row():
92
  with gr.Column():
93
  msg = gr.Textbox(label="Chat Message Box", placeholder="Chat Message Box",
 
87
  """
88
  )
89
 
90
+ chatbot = gr.Chatbot().style(height=300)
91
  with gr.Row():
92
  with gr.Column():
93
  msg = gr.Textbox(label="Chat Message Box", placeholder="Chat Message Box",