I wanted to mention that there is a known incompatibility between Connect Cloud and the new Streamlit version 1.57 released yesterday, the 28th. You'll likely encounter this if you publish a new application with streamlit and no version constraint in your requirements.txt. Currently, this results in an error about missing tornado.
Proper support for 1.57 is planned and I'll keep this post updated with our status. In the meantime, you can work around this issue simply by pinning your streamlit version to streamlit==1.56.0 in your requirements.txt.