Dixing Xu
commited on
:lipstick: Hide the right bottom hint
Browse files- aide/webui/style.css +4 -0
aide/webui/style.css
CHANGED
@@ -166,4 +166,8 @@ section.stMain .block-container {
|
|
166 |
|
167 |
.stCode pre {
|
168 |
background-color: var(--background-shaded) !important;
|
|
|
|
|
|
|
|
|
169 |
}
|
|
|
166 |
|
167 |
.stCode pre {
|
168 |
background-color: var(--background-shaded) !important;
|
169 |
+
}
|
170 |
+
|
171 |
+
div[data-testid="InputInstructions"] {
|
172 |
+
visibility: hidden;
|
173 |
}
|