streamlit-ext
streamlit-ext copied to clipboard
ste.download_button in a column, is it possible?
Hello again! And thank you for your support last time. I've got another question: Is there a way to use ste.download_button in a column? Normally I would use col1.download_button, but this would make me use the normal download_button. Any workaround?
Just use it in with col1: block.
refer https://docs.streamlit.io/library/api-reference/layout/st.columns