Uzun
September 25, 2024, 6:40am
1
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
.
1 Like
Do you know what specific browser version you are using on mobile? You can use something like this if you’re using Chrome What Version of Chrome Do I Have? | Help - Illinois State
You might consider using st.html instead of st.markdown, which I believe would also resolve this issue.
1 Like
Uzun
September 26, 2024, 9:36am
4
Maybe, but I just remembered what version it was and downgraded Streamlit to version 1.36.0, and that helped.
system
Closed
March 25, 2025, 9:36am
5
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.