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

Background image does not work on cloud #142

Open CyrusVorwald opened 10 months ago

CyrusVorwald commented 10 months ago

Setting a background image for st_canvas results in the canvas being blank for apps on cloud. This issue can be seen even on the demo.

It works fine locally, though.

image
18520339 commented 9 months ago

I faced the same issue, so I downgraded to the 0.8.0 version and it worked fine.

sven-warnke commented 7 months ago

This problem persists. Demo still doesn't seem to work.

chraibi commented 7 months ago

Same problem here. Working with 0.8.0 though.

andresvercesi commented 7 months ago

I had the same problem in my app. Now works fine using 0.8.0 version.

GerardCB commented 6 months ago

Same problem here. With 0.8.0 the background is displayed on the cloud too, but then other parts of the app don't work :(

Is this problem scheduled to be fixed anytime soon?

cantbeblank96 commented 2 months ago

I also encountered this problem. My version is 0.9.3

cantbeblank96 commented 2 months ago

It looks like even in the link in the official showcase (https://drawable-canvas.streamlit.app/), there is this problem