SPACE / Home.py
lee-ite's picture
Init Repo
9198284 verified
raw
history blame contribute delete
239 Bytes
import streamlit as st
st.set_page_config(
page_title="Hello",
page_icon="πŸ‘‹",
)
st.write("# Welcome to SPACE! πŸ‘‹")
st.sidebar.success("Select a demo above.")
st.markdown(
"""
Hello, a simple demo from SPACE.
"""
)