Local picture configuration

Into picture element I want use my own picture.
So I created new folder www and added a picture “schema.png” :

image

I also edit a code of the element :

type: picture-elements
elements:
  - type: state-badge
    entity: sensor.total_baterie_power_victron_discharge
    style:
      top: 32%
      left: 40%
image: http://your.domain:8123/local/schema.png

But picture isn’t dispayed
What’s wrong ?

I just use /local/pic.png

Thanks, it works

one additional question. Is it possible remove a text under state badge element and size of the element ?

I found it :

    style:
      top: 82%
      left: 40%
      transform: scale(0.7,0.7)
      color: transparent

solved