Streamlit DeltaGenerator Error

Hello team,

First of all thanks for building this platform, it’s been a week or so I’m using streamlit, it’s really awesome, easy to use, and well documented.

But Currently I am facing this issue

<streamlit.delta_generator.DeltaGenerator object at 0x000001D2F22A5610>

can someone help me to resolve this issue.

Markdown table is not visible clearly, when I’m using st.markdown()

My Code : Link

1 Like

Hi @hritik5102, welcome to the Streamlit community!

Without actually running this, I suspect this line is the issue:

You don’t need to wrap st.markdown with st.write(). Just st.markdown should sufficient.

Best,
Randy

3 Likes

Thanks a lot sir, the issue was resolved :slight_smile: .

1 Like