You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FYI st.experimental_rerun() is now just st.rerun(). But it doesn't have the desired effect, it left the form fields still populated even when the submission was successful.
There are times when you want the form to clear if successful, but not if it fails. For example:
abc
.I would like the form to clear if the submission was successful, but not clear if there was an issue with one of the fields.
The text was updated successfully, but these errors were encountered: