Hi all,
One small query (I am new to Streamlit, trying it out for an ML App), how exactly one would hide say the main page markdown and show only the selected page’s markdown (selection from left menu)?
st.markdown() has been passed HTML string and now new HTML string will be used for new page but previous one has to be hidden.