St.form getting displayed before st.title

Callback functions act as a prefix to the page run. If you render anything within a callback, it is going to get prepended to the next page load. If you don’t want this, then you can have your callback write information into session state and then retrieve it later on the page.

1 Like