I am using streamlit together with flask in the python language, the problem is that as of version 1.37 of streamlit st.experimental_rerun() no longer works, and only st.rerun() work, but when I use rerun it gives me this error when is executed:
RerunData(query_string='link...', is_fragment_scoped_rerun=True)
Does any why?, I have been looking in forums and the official guide, but I haven’t found anything in this latest version, since this version has only been out for a short time.
If anyone has had the same problem and solved it, I would appreciate it.
I have been looking in forums and the official guide, but I haven’t found anything in this latest version, since this version has only been out for a short time. So I would like to solve that problem.