import streamlit as st st.set_page_config( page_title="Hello", page_icon="👋", ) st.sidebar.success("Select a Page")