How to remove "· Streamlit" from the app title?
使用 st.set_page_config
来设置页面标题时,不会在该标题后附加 "· Streamlit"。例如:
import streamlit as st
st.set_page_config(
page_title="Ex-stream-ly Cool App",
page_icon="🧊",
layout="wide",
initial_sidebar_state="expanded",
)
还有问题吗?
我们的 论坛 充满了有用的信息和Streamlit专家。