Shriharsh commited on
Commit
f0583b2
1 Parent(s): 2223009

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ css = """
86
  """
87
 
88
  # Create a Chatbot object with the desired height
89
- chatbot = gr.Chatbot(height=60,
90
  layout="bubble")
91
 
92
  with gr.Blocks(css=css) as demo:
 
86
  """
87
 
88
  # Create a Chatbot object with the desired height
89
+ chatbot = gr.Chatbot(height=400,
90
  layout="bubble")
91
 
92
  with gr.Blocks(css=css) as demo: