diff --git a/aide/webui/style.css b/aide/webui/style.css index 2afbe54..98b3333 100644 --- a/aide/webui/style.css +++ b/aide/webui/style.css @@ -166,4 +166,8 @@ section.stMain .block-container { .stCode pre { background-color: var(--background-shaded) !important; +} + +div[data-testid="InputInstructions"] { + visibility: hidden; } \ No newline at end of file