diff --git a/src/notebookllama/styles.py b/src/notebookllama/styles.py index fa77106..0f9f2e5 100644 --- a/src/notebookllama/styles.py +++ b/src/notebookllama/styles.py @@ -166,6 +166,20 @@ def get_custom_css(): [data-testid="stHeader"] > div { padding-left: 0 !important; } + + /* Hide keyboard shortcut hints */ + [data-testid="stDecoration"] { + display: none !important; + } + + .stDecorationBar { + display: none !important; + } + + /* Hide the keyboard shortcut text */ + button[kind="header"] span { + display: none !important; + } """