Hello,
I am not sure if this is the right place to drop but I noticed that some of my implementations that use some of the functionalities included in the more recent versions of Streamlit were displaying errors when deployed on Spaces, even though they work fine in my local environment.
My efforts: I created a requirements.txt file and specify “Streamlit==1.0.0” in it, but I’m still getting the same error.
Any recommendations on how to fix this? Thank you!
1 Like
Hey @stevekola!
As per the Spaces documentation, we currently don’t support Streamlit 1.0.0. The currently supported versions are: 0.79.0, 0.80.0, 0.81.1, 0.82.0, 0.83.0, 0.84.2, with 0.84.2 being the default one. We’re working on exposing this in a clearer way in Spaces, but even if you specify 1.0.0 it won’t be used.
1 Like
Oh, I see…
Thank you for the clarification @osanseviero
1 Like
Hey @stevekola. Spaces now supports Streamlit 1.0! You can specify it with sdk_version
in the README.md file
1 Like
It works but is not seamless yet. My app is only running halfway. Thank you, @osanseviero. And nice of you to follow up!