andfanilo / streamlit-drawable-canvas

Do you like Quick, Draw? Well what if you could train/predict doodles drawn inside Streamlit? Also draws lines, circles and boxes over background images for annotation.
https://drawable-canvas.streamlit.app/
MIT License
544 stars 83 forks source link

Background image does not display #86

Closed robmarkcole closed 1 year ago

robmarkcole commented 1 year ago

Running the example app locally, the background image is not displaying

image
robmarkcole commented 1 year ago

It did occur to me that this might be the designed behaviour - if so please close :-)

andfanilo commented 1 year ago

Yeah it is the designed behavior, as you can superimpose the drawing with the image afterwards so I don't need to send back said image :)