Text_input delta generator error

Hello streamlit community!

I am currently facing an error with (text_input) method. Every time I’m trying to read it it returns:

<streamlit.delta_generator.DeltaGenerator object at 0x0000020CD1AD2688>

error, is there a solution for this case? Or am I doing something wrong? I’m just using st.write after st.text_input

Hello @arwa,

Without code sample, it’s a little bit harder to understand where the issue comes from. Could you share what you’ve written to reproduce that behavior?

And that <streamlit.delta_generator... is not an error message, but it tells the nature of the object, its python class.