Volker

Results 3 comments of Volker

Thank you for your quick reply! Hmm is this the right place? Also tried it in the update function - but it´s not working. ``` if st.session_state["authentication_status"]: try: if authenticator.update_user_details(st.session_state["username"]):...

one addition, if I build forms myself I simply use: ``` with st.form('get_data', clear_on_submit=True): ``` After hitting the submit button the form is cleared.