I’m referring to this:
https://docs.streamlit.io/en/stable/api.html?highlight=st.button#streamlit.button
if st.button('Say hello'):
st.write('Why hello there')
else:
st.write('Goodbye')
Once unfolded, we cannot re-fold
Does anyone know a hack/alternative?
Thanks,
Charly