tianyang commited on
Commit
15ade78
1 Parent(s): 92828cc

change height

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ with gr.Blocks(
125
  with gr.Row(scale=1).style(equal_height=True):
126
  with gr.Column(scale=5):
127
  with gr.Row(scale=1):
128
- chatbot = gr.Chatbot(elem_id="chuanhu_chatbot").style(height=800)
129
  with gr.Row(scale=1):
130
  with gr.Column(scale=12):
131
  user_input = gr.Textbox(
 
125
  with gr.Row(scale=1).style(equal_height=True):
126
  with gr.Column(scale=5):
127
  with gr.Row(scale=1):
128
+ chatbot = gr.Chatbot(elem_id="chuanhu_chatbot").style(height=666)
129
  with gr.Row(scale=1):
130
  with gr.Column(scale=12):
131
  user_input = gr.Textbox(