andfanilo / streamlit-drawable-canvas-demo

Streamlit Share demo for Drawable Canvas
https://share.streamlit.io/andfanilo/streamlit-drawable-canvas-demo/master/app.py
49 stars 35 forks source link

Does not seem to work #1

Closed jarutis closed 3 years ago

jarutis commented 3 years ago

StreamlitAPIException: Method beta_color_picker() does not exist for st.sidebar. Did you mean st.beta_color_picker()?

Traceback:
File "/app/streamlit-drawable-canvas-demo/app.py", line 19, in <module>
    stroke_color = st.sidebar.beta_color_picker("Stroke color hex: ")
andfanilo commented 3 years ago

Hey @jarutis, thanks for reporting, I'll look into it!

andfanilo commented 3 years ago

Looks like color_picker is out of beta, this is fixed now :)