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
563 stars 85 forks source link

Example code from project's README missing an import #25

Closed aht closed 3 years ago

aht commented 3 years ago

It misses a from PIL import Image

khanfarhan10 commented 3 years ago

True that

andfanilo commented 3 years ago

ah yeah I'll correct it, thanks.

The README is a copy of the app.py file if you want the full version with all the imports