jnaiman's picture
example
4096d6d
raw
history blame
131 Bytes
import streamlit as st
st.set_page_config(
page_title="Hello",
page_icon="👋",
)
st.sidebar.success("Select a Page")