Hi,
I am trying to display images on my deployed dash app on render. The app works fine locally but the image assets are not found when deployed. I have followed the structure (as stated here: init - DashTools Documentation - v1.11.1) below to push my files to the github repo:
AppName
│-- requirements.txt
│-- runtime.txt
│
└── src
|-- app.py
|-- assets/
How can I load my assets into my deployed Dash app on render ?
Thanks for your help,