Motivation
The current demo app refreshes after you click on the download button. This is causing some known issues #57 and potentially problems in the hosted demo.
This was first identified in #42 (review)
According to streamlit docs (https://docs.streamlit.io/develop/api-reference/widgets/st.download_button) the most recent way of handling it would be by using https://docs.streamlit.io/develop/concepts/architecture/fragments
Motivation
The current demo app refreshes after you click on the download button. This is causing some known issues #57 and potentially problems in the hosted demo.
This was first identified in #42 (review)
According to streamlit docs (https://docs.streamlit.io/develop/api-reference/widgets/st.download_button) the most recent way of handling it would be by using https://docs.streamlit.io/develop/concepts/architecture/fragments