As a temporary workaround, you can modify the streamlit frontend main file to remove “· Streamlit” from the title.
- Go to site-packages/streamlit/static/static/js/ and find the ‘main…chunk.js’ file and open it.
- Search for
document.title="".concat(t," \xb7 Streamlit")
and replace it withdocument.title="".concat(t,"")
- Restart streamlit app and “· Streamlit” should be gone from the title