Created
March 23, 2022 22:22
-
-
Save amitness/9ac36553546643a5c845d16599f22488 to your computer and use it in GitHub Desktop.
streamlit-notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Download button | |
st.download_button( | |
label="Download sample file here", | |
data=sample_file, | |
file_name='sample_data.csv', | |
mime='text/csv', | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment