InClass_w13_Fa25 / Hello.py
jnaiman
test
423633d
raw
history blame contribute delete
245 Bytes
import streamlit as st
st.set_page_config(
page_title="Hello",
page_icon=":grinning:"
)
st.sidebar.success("Select a Page")
st.header('Multi-page App')
st.markdown(""" Reorg of our App to multiple pages.""")
st.markdown("""test""")