Skip to content

Instantly share code, notes, and snippets.

@tc87
Created March 31, 2020 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tc87/239851c78e49adf35c5282403f41465d to your computer and use it in GitHub Desktop.
Save tc87/239851c78e49adf35c5282403f41465d to your computer and use it in GitHub Desktop.
brown_hair = st.sidebar.slider("Brown Hair", 0, 100, 50, step=5)
# Translation: Draw a slider from 0 to 100 with steps of size 5.
# Then set the default value to 50.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment