Spaces:
Sleeping
Sleeping
Upload static/index.html with huggingface_hub
Browse files- static/index.html +3 -1
static/index.html
CHANGED
|
@@ -132,7 +132,9 @@
|
|
| 132 |
|
| 133 |
#terminal-container {
|
| 134 |
padding: 8px;
|
| 135 |
-
|
|
|
|
|
|
|
| 136 |
background: #0d1117;
|
| 137 |
}
|
| 138 |
|
|
|
|
| 132 |
|
| 133 |
#terminal-container {
|
| 134 |
padding: 8px;
|
| 135 |
+
height: 500px;
|
| 136 |
+
max-height: 500px;
|
| 137 |
+
overflow-y: auto;
|
| 138 |
background: #0d1117;
|
| 139 |
}
|
| 140 |
|