Add conditional input in st.form

Short answer is no, because all components within the st.form wait for the st.form_submit_button to pass their values. But a workaround using st.empty containers was posted in the original thread.

1 Like