Checkboxes with Streamlit

Streamlit has widgets that enable your web app to be interactive. Some widgets are used to activate certain actions, such as checkboxes

if st.checkbox(“Click to show table”): st.table(df)

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy