From e4c854293e6012baf2a4bcbbdc59018880d20c1c Mon Sep 17 00:00:00 2001 From: Derek Evans Date: Wed, 1 Nov 2023 14:48:59 -0400 Subject: [PATCH] Update --- style/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style/style.css b/style/style.css index bcaf144..9828d80 100644 --- a/style/style.css +++ b/style/style.css @@ -65,3 +65,8 @@ a.tabs-menu:active { font-weight:600; color: blue; } + +/* Hide Streamlit Branding */ +#MainMenu {visibility: hidden;} +footer {visibility: hidden;} +header {visibility: hidden;}