I got some comments / complaints from users that the title of their browser tab on every page of my app is “Streamlit”.
I only didn’t realize this until now because Streamlit doesn’t work on my Linux desktop browser for some reason, so when I develop I use my iPhone to check if the site looks as intended.
How do I override “Streamlit” with the page title?
Incidentally, if you can do the same to the footer without hacking the library, that would be a nice to have (but not that important). The tab title, however, is a dealbreaker.
Hmm interesting. So it was the first st command yes, but now it’s working on another computer and I haven’t changed anything. I will see if I can replicate it on another device…