Current trying out streamlit team right now and came across the [ArrowInvalid] issue and wanted to share how to downgrade your cloud (streamlit teams) version.
Go to your requirements.txt file
add the “streamlit==0.84.2” or any version of streamlit you like that matches your needs.
Then voila! fixed.
Just leaving it here just in case people look for a solution similar to this!
In general, I would suggest that people upgrade their version in the presence of errors, except under scenarios where they have a true “production” app. As Streamlit is consistently under development, your more likely to get the correct behavior as time goes on (because of bug fixes/patch releases).