Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

streamlit change tab name

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)
Source by discuss.streamlit.io #
 
PREVIOUS NEXT
Tagged: #streamlit #change #tab
ADD COMMENT
Topic
Name
3+9 =