Read an img from library in a Web App

Ioannis
Ioannis Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 28 ✭✭✭✭✭

I 'm trying to access my img uploaded in the project and print it in a web app but I can load it for some reason.

image= dbc.Col([
html.Img(src="/app/dataiku/DSS_DATA_DIR/config/projects/<project_name>/lib/img/<my_img.png>", alt="img_didn't load")
])

Answers

Setup Info
    Tags
      Help me…