Spaces:
Runtime error
Runtime error
project-baize
commited on
Commit
•
b80d9fe
1
Parent(s):
a45995e
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
96 |
with gr.Row(scale=1).style(equal_height=True):
|
97 |
with gr.Column(scale=5):
|
98 |
with gr.Row(scale=1):
|
99 |
-
chatbot = gr.Chatbot(elem_id="chuanhu_chatbot").style(height="
|
100 |
with gr.Row(scale=1):
|
101 |
with gr.Column(scale=12):
|
102 |
user_input = gr.Textbox(
|
|
|
96 |
with gr.Row(scale=1).style(equal_height=True):
|
97 |
with gr.Column(scale=5):
|
98 |
with gr.Row(scale=1):
|
99 |
+
chatbot = gr.Chatbot(elem_id="chuanhu_chatbot").style(height="100%")
|
100 |
with gr.Row(scale=1):
|
101 |
with gr.Column(scale=12):
|
102 |
user_input = gr.Textbox(
|