Spaces:
Runtime error
Runtime error
Update static/index.html
Browse files- static/index.html +1 -1
static/index.html
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
|
23 |
}
|
24 |
#chat-history {
|
25 |
-
height:
|
26 |
overflow-y: auto;
|
27 |
margin-bottom: 10px;
|
28 |
padding: 10px;
|
|
|
22 |
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
|
23 |
}
|
24 |
#chat-history {
|
25 |
+
height: 475px;
|
26 |
overflow-y: auto;
|
27 |
margin-bottom: 10px;
|
28 |
padding: 10px;
|