diff --git a/streamlit_app.py b/streamlit_app.py index c2b31bc..016d600 100644 --- a/streamlit_app.py +++ b/streamlit_app.py @@ -5,7 +5,7 @@ # Set the title and favicon that appear in the Browser's tab bar. st.set_page_config( - page_title='GDP dashboard', + page_title='Capital One Credit Advisor', page_icon=':earth_americas:', # This is an emoji shortcode. Could be a URL too. )