Running a tkinter canvas animation in streamlit.io

I have a local application that runs an animation on a canvas in tkinter. Would it be possible to run such a program in the cloud with streamlit.io and show the animation on the client side?

If so, how?