Hi everyone! A couple of months ago everything was working perfectly on both desktop and mobile browsers. Now it’s throwing an error on mobile devices! What’s going on? There are my apps: https://mnist777.streamlit.app/, https://chest-x-ray.streamlit.app/
Here’s what it shows on mobile:
Browser - chrome,
by the way, firefox - doesn’t display anything at all!
On desktop that`s ok.
Please, help me.
You can’t help yourself — no one will help! I solved the problem myself. You need to downgrade Streamlit to version 1.36.0. In the requirements.txt
file, specify streamlit==1.36.0
.