St.sidebar.form slows down st.text_input

Hi everyone,
i stumbled across a problem, I canโ€™t figure out why it happens.
I use a st.sidebar.form with an text_input in it. If I or a user wants to fill in something, itโ€™s just extremely laggy and slow. If I put it outside the form or the form is not in the sidebar, it is fast as I expect it to be. Does someone has similar issues and a solution for that?
Thanks in advance.

3 Likes

Hey Fabian,

I am running into the same problem. It is also happening with just st.form.

In my testing it seems to run fine if there is little to nothing else on the page. For example, a page with just text will allow the form to run just fine, but one with graphs or other widgets causes the form to respond laggily.

Hopefully someone else can respond to this with a real solution?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.