Apple touch icons

Hello

I’m using streamlit==1.32.2
If I try to save the bookmark of my webapp on the Home screen of a iOS device (such as an iPhone), I’ve noticed that the phone tries to get the following content, but does not find it:

GET /apple-touch-icon.png                     404 Not Found                                                                                                     
GET /apple-touch-icon.png                     404 Not Found                                                                                                     
GET /apple-touch-icon-120x120.png             404 Not Found                                                                                                     
GET /apple-touch-icon-120x120-precomposed.png 404 Not Found                                                                                                     
GET /favicon.ico                              404 Not Found                                                                                                     
GET /apple-touch-icon.png                     404 Not Found                                                                                                     
GET /apple-touch-icon-precomposed.png         404 Not Found

Please note that I have already configured a page_icon using st.set_page_config() (it works in a normal web browser).

I have also noticed that when deploying my Streamlit app on cloud, the default Streamlit icon is showed in my iPhone homescreen.

But I can’t figure out how to provide that content to the client while running my app locally.

Thank you.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.