Tuple object is not callable when I use st.write

Hi everyone,

When I try to use st.write, I am getting tuple object is not callable. I was not getting this error before, but surprisingly this error started to appear. By the way I’m using the latest version of streamlit. I have inserted the error.


I hope you can help me out of this issue.

I think I found the reason. An error in any page of your multipage app is affecting other pages too. I just removed one page that includes too many things and then the problem is solved.

1 Like

Hi,
I am also getting this error when i use st.success.
can you plz help me , what i have to change

Looks like st.success has become a tuple. That must have happened somewhere in your code.

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