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 show up #76

Closed chraibi closed 2 years ago

chraibi commented 2 years ago

I want to draw on a canvas with some background. What I do is the following:

Locally, it works fine:

Screen Shot 2022-04-30 at 14 33 30

But not on streamlit

https://share.streamlit.io/chraibi/jupedsim-dashboard/main/draw_lines.py

Any idea what might be wrong with my setup?

andfanilo commented 2 years ago

Yeah unfortunately a known issue on 0.9.0 I have yet to fix #70 :/ I'll have to look into it someday! I'll try tomorrow if I have a bit of time In the meantime you can downgrade to 0.8.0 and use circles instead I'll close it as a duplicate in the meantime :)