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
576 stars 88 forks source link

Dynamically update background image #58

Closed ablattmann closed 3 years ago

ablattmann commented 3 years ago

Is it possible to dynamically update the background image with some numpy array or PIL Image which is generated at runtime without creating a new st_canvas-instance?

boyuzz commented 2 years ago

The same issue.

Naveen263 commented 1 year ago

Any solution for this ?