In the second chapter, we are learning how to use some conditional statements in Streamlit. if st.button("Make Chai"): st.success("Your chai is being brewed") add_masala = st.checkbox("Add Masala") It shows a button named ‘Add Masala’. There’s ...
python-streamlit.hashnode.dev2 min readNo responses yet.