Hello there 👋

Thanks for stopping by! We use cookies to help us understand how you interact with our website.

By clicking “Accept all”, you consent to our use of cookies. For more information, please see our privacy policy.

How to remove "· Streamlit" from the app title?

Using st.set_page_config to assign the page title will not append "· Streamlit" to that title. E.g.:

import streamlit as st st.set_page_config( page_title="Ex-stream-ly Cool App", page_icon="🧊", layout="wide", initial_sidebar_state="expanded", )
forum

Still have questions?

Our forums are full of helpful information and Streamlit experts.