I am running this streamlit app on streamlit cloud and have updated to latest version 1.41.0
yesterday.
Some of my users have informed me that it is not working on their ios devices
.
It opens, loads and then crash on ios whereas it works fine on android devices.
Right now I have not rolled back to older version but leaving it for a day or two to report this issue for your team to have look at for the bug.
I am not sure if its due to the latest version of streamlit or some other reason. I think it used to work on ios devices earlier but not sure.
Sharing below the requirements file that I am using :
pip==24.3.1
streamlit==1.41.0
pandas==2.2.2
polars==1.6.0
streamlit_lottie==0.0.5
nest_asyncio==1.6.0
llama_parse==0.5.0
fuzzywuzzy==0.18.0
plotly==5.24.1
streamlit_option_menu==0.3.13
pdftotext==2.2.2
groq==0.11.0
httpx==0.27.2
papermill==2.6.0
plotnine==0.14.3
nbclient==0.10.1
nbformat==5.10.4
uuid==1.30
jupyter==1.1.1
PyYAML==6.0.2
quarto-cli==1.6.37
python-Levenshtein==0.26.1
great-tables==0.15.0
pls suggest the solution.
Thanks !!!
Update:
I have also included st.html()
, st.logo
yesterday for displaying Great tables
content and logo
.