Update app.py
Browse files
app.py
CHANGED
@@ -273,7 +273,7 @@ with gr.Blocks(css="""
|
|
273 |
width: 95%;
|
274 |
}
|
275 |
#chatbot {
|
276 |
-
height:
|
277 |
overflow: auto;
|
278 |
}
|
279 |
.gradio-container {
|
|
|
273 |
width: 95%;
|
274 |
}
|
275 |
#chatbot {
|
276 |
+
height: 1200px;
|
277 |
overflow: auto;
|
278 |
}
|
279 |
.gradio-container {
|