ShadisClassExample / Hello.py
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")