Skip to content

Instantly share code, notes, and snippets.

@amitness
Created March 23, 2022 22:22
Show Gist options
  • Save amitness/9ac36553546643a5c845d16599f22488 to your computer and use it in GitHub Desktop.
Save amitness/9ac36553546643a5c845d16599f22488 to your computer and use it in GitHub Desktop.
streamlit-notes
# 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