Dixing Xu commited on
Commit
e173383
·
unverified ·
1 Parent(s): c3258a3

:lipstick: Hide the right bottom hint

Browse files
Files changed (1) hide show
  1. 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
  }