Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ CSS ="""
|
|
151 |
height: 200%; /* T膬ng chi峄乽 cao c峄 container g岷 膽么i */
|
152 |
}
|
153 |
#component-0 { height: 100%; }
|
154 |
-
#chatbot { flex-grow:
|
155 |
"""
|
156 |
|
157 |
with gr.Blocks(css=CSS) as demo:
|
|
|
151 |
height: 200%; /* T膬ng chi峄乽 cao c峄 container g岷 膽么i */
|
152 |
}
|
153 |
#component-0 { height: 100%; }
|
154 |
+
#chatbot { flex-grow: 2; }
|
155 |
"""
|
156 |
|
157 |
with gr.Blocks(css=CSS) as demo:
|