diff --git a/src/gui/app_demo.py b/src/gui/app_demo.py index 0bdb6e6..80d18cb 100644 --- a/src/gui/app_demo.py +++ b/src/gui/app_demo.py @@ -132,6 +132,15 @@ st.set_page_config( # Strip Streamlit chrome that breaks the iframe-embed look on the # landing pages. +# +# We deliberately do NOT call ``hide_streamlit_chrome()`` from the +# paid GUI here — that helper drags in the license gate, the sidebar +# brand block, language selector, and the +/- nav-section indicator +# script. The demo has no sidebar (we hide it below), no licensing +# (it's the marketing surface), and a different visual palette (dark +# theme vs. the paid app's cream paper). Keep this hand-rolled chrome +# in sync with the demo's own dark palette; do NOT replace it with +# the paid GUI's chrome helper. st.markdown("""