Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -107,11 +107,11 @@ h1 {
|
|
| 107 |
/* ---------- Chatbot ---------- */
|
| 108 |
.chatbot {
|
| 109 |
background: var(--surface);
|
| 110 |
-
border-radius:
|
| 111 |
-
padding:
|
| 112 |
-
height:
|
| 113 |
width: 100% !important;
|
| 114 |
-
border:
|
| 115 |
overflow-y: auto;
|
| 116 |
}
|
| 117 |
|
|
|
|
| 107 |
/* ---------- Chatbot ---------- */
|
| 108 |
.chatbot {
|
| 109 |
background: var(--surface);
|
| 110 |
+
border-radius: 20px;
|
| 111 |
+
padding: 20px;
|
| 112 |
+
height: 90vh;
|
| 113 |
width: 100% !important;
|
| 114 |
+
border: 5px solid var(--border);
|
| 115 |
overflow-y: auto;
|
| 116 |
}
|
| 117 |
|