Workflow
Stop further execution
name = st.text_input("Name")
if not name:
st.warning('Please input a name.')
st.stop()
st.success("Thank you for inputting a name.")
- use full for when you don't want to continue further before getting required inputs