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

Add canvas width. #26

Closed khanfarhan10 closed 3 years ago

khanfarhan10 commented 3 years ago

As the canvas already has a height , it is logical to add a canvas width?

khanfarhan10 commented 3 years ago

Just found the width param in the canvas function. Silly of me.