diff --git a/src/gui/app.py b/src/gui/app.py index 9855b89..b81e635 100644 --- a/src/gui/app.py +++ b/src/gui/app.py @@ -39,6 +39,12 @@ st.set_page_config( layout="wide", ) +# Hide the Deploy button from the toolbar +st.markdown( + "", + unsafe_allow_html=True, +) + # --------------------------------------------------------------------------- # Session state defaults # ---------------------------------------------------------------------------