📜  streamlit 更改选项卡名称 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:35.793000             🧑  作者: Mango

代码示例1
st.set_page_config(page_title='your_title',
                   page_icon = favicon,
                   layout = 'wide',
                   initial_sidebar_state = 'auto')
# favicon being an object of the same kind as the one you should provide
#st.image() with (ie. a PIL array for example) or a string (url or
#local file path)