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: let the img display behind reverse proxy #145

Closed codycjy closed 2 months ago

codycjy commented 2 months ago

Currently, the canvas background image won't display after reverse proxy like nginx with prefix. Fixed this problem.

codycjy commented 2 months ago

duplicate #134