Remove Streamlit Page_title

Hello, I would like some help regarding the page_title. I have already configured it to display only “Acertos” in the page title, but it is still loading the Streamlit suffix. How can I remove it?
Locally, the page_title works correctly, but when deploying to Community Cloud, the suffix is still displayed.

I am using the versions:

Python 3.12.0
Streamlit version 1.36.0

My Repositors:

That is intended. From the release notes from version 1.36.0:

:broom: Streamlit no longer appends “· Streamlit” to the page title of apps, unless running on Community Cloud (#8900).

The Community Cloud is closed source and the streamlit that runs there is not necessarily the same code seen in the open source project.

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