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
541 stars 83 forks source link

Fix a logic to get the base URL of a background image #117

Closed whitphx closed 1 year ago

whitphx commented 1 year ago

Resolves #113 Resolves #116

These bugs have been introduced in #85 as params.get('streamlitUrl') includes the URL path.

andfanilo commented 1 year ago

Wow thanks for pushing a PR to this, this problem has been lingering here for a while :o I'll have a look this weekend!