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=".gradio-container {background-color: lightgray}")
|
75 |
|
76 |
with block:
|
77 |
with gr.Row():
|
|
|
71 |
return history, history
|
72 |
|
73 |
|
74 |
+
block = gr.Blocks(css=".gradio-container {background-color: lightgray} #chatbot .overflow-y-auto{height:1000px}")
|
75 |
|
76 |
with block:
|
77 |
with gr.Row():
|