change height
Browse files
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=
|
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(
|