File size: 88 Bytes
dd0ef30
 
 
 
 
1
2
3
4
5
6
import streamlit as st

agree = st.checkbox("I agree")
if agree:
    st.write("Great!")