Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ def chat(
|
|
71 |
return history, history
|
72 |
|
73 |
|
74 |
-
block = gr.Blocks(css="
|
75 |
|
76 |
with block:
|
77 |
with gr.Row():
|
|
|
71 |
return history, history
|
72 |
|
73 |
|
74 |
+
block = gr.Blocks(css="#chatbot .overflow-y-auto{height:700px}")
|
75 |
|
76 |
with block:
|
77 |
with gr.Row():
|