Spaces:
Running
Running
Update static/index.html
Browse files- static/index.html +3 -2
static/index.html
CHANGED
@@ -17,15 +17,16 @@
|
|
17 |
margin: auto;
|
18 |
padding: 20px;
|
19 |
border-radius: 30px;
|
20 |
-
background-color: #
|
21 |
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
|
22 |
}
|
23 |
#chat-history {
|
24 |
-
height:
|
25 |
overflow-y: auto;
|
26 |
margin-bottom: 10px;
|
27 |
padding: 10px;
|
28 |
background-color: #f9f9f9;
|
|
|
29 |
border-radius: 20px;
|
30 |
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
|
31 |
}
|
|
|
17 |
margin: auto;
|
18 |
padding: 20px;
|
19 |
border-radius: 30px;
|
20 |
+
background-color: #fafafa;
|
21 |
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
|
22 |
}
|
23 |
#chat-history {
|
24 |
+
height: 357px;
|
25 |
overflow-y: auto;
|
26 |
margin-bottom: 10px;
|
27 |
padding: 10px;
|
28 |
background-color: #f9f9f9;
|
29 |
+
background: linear-gradient(135deg, #f0f4ff 0%, #ffd1d1 100%);
|
30 |
border-radius: 20px;
|
31 |
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
|
32 |
}
|