Spaces:
Runtime error
Runtime error
Commit
·
8c22402
1
Parent(s):
447a355
Add webui
Browse files- css/main.css +5 -0
css/main.css
CHANGED
|
@@ -54,6 +54,11 @@ ol li p, ul li p {
|
|
| 54 |
border: 0;
|
| 55 |
}
|
| 56 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
.gradio-container-3-18-0 .prose * h1, h2, h3, h4 {
|
| 58 |
color: white;
|
| 59 |
}
|
|
|
|
| 54 |
border: 0;
|
| 55 |
}
|
| 56 |
|
| 57 |
+
#main {
|
| 58 |
+
height: 400px;
|
| 59 |
+
overflow: auto;
|
| 60 |
+
}
|
| 61 |
+
|
| 62 |
.gradio-container-3-18-0 .prose * h1, h2, h3, h4 {
|
| 63 |
color: white;
|
| 64 |
}
|