Image not displaying

Hi Guys,

I tried to display image from a url in Streamlit dashboard using st.image.

However image is not displayed and only an general image icon is displayed.

Can someone help pls?

st.image(โ€œhttps://stockcharts.com/c-sc/sc?s=INDUSINDBK.IN&p=D&b=5&g=0&i=0&r=1628527997688.jpegโ€)

Well if I click the image link it gives me an access denied error so it would seem so that Streamlit canโ€™t access it either.

If I try: st.image(โ€œhttps://cdn-images-1.medium.com/max/1024/1*u9U3YjxT9c9A1FIaDMonHw.pngโ€)
It shows me the Streamlit logo as an image. Could you try another image?