When running streamlit locally I have streamlit v1.0. When I push code to GitHub to update my app in share.streamlit.io, I always get a bunch of errors/warnings because somehow share.streamlit.io is using a version <1.0 . Does this make sense? Any idea how to fix this?
Thanks!
Hi @jquetzalcoatl, welcome to the Streamlit community!
Do you have a version number set for streamlit in your requirements file?
Best,
Randy
Thanks!!