Hi everyone,
I have just started to learn streamlit and have started to like it as it requires a very minimalistic amount of work for making an ml app. My query was regarding if I want to make an app in which someone can draw digits on it and i can use it for digit recognition. Basically, how can I implement an HTML canvas in streamlit.
Would it be possible to mix that solution into a streamlit app? I haven’t done any bokeh/ holoviews based plotting in streamlit yet… or is the bokeh plotting backend strictly for plotting and not capable to register interactions?
Hi @cwerner,
I wonder this could be a cool widget on its own. Feel free to file a feature request. Also, with the Plugin Architecture proposed here, we are going to make it easier to write custom widgets.