Hello,
I’m building a school project using streamlit but i have a problem with image.
My app is deployes on Community Cloud → https://petrodash.streamlit.app/
My repository → GitHub - GuillaumeDupuy/PetroDash
My problem is i displayed image from url on map, when i run the code locally, is work fine but once deployed, some images are not displayed. I mean that images with a raw link work but those with an API call do not work.
The file of the map is in → app/utils/footer.py
Expected behavior :
Actual behavior :
Python version : 3.10.11
Streamlit version : 1.28.0
I don’t understand why locally is work but deployed not