From e173383f07ccecd4089f96c47d9b0eb3ed1e531a Mon Sep 17 00:00:00 2001 From: Dixing Xu Date: Thu, 28 Nov 2024 19:52:05 +0800 Subject: [PATCH] :lipstick: Hide the right bottom hint --- aide/webui/style.css | 4 ++++ 1 file changed, 4 insertions(+) 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