How do I show image in original size?
Hi @bourinov, thanks for posting!
It should be by setting the image width to None:
st.image(image, width=None)
Docs: https://streamlit.io/docs/api.html#display-media
Matteo
1 Like