Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CosmoAI
/
CosmoS
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
36e58bc
CosmoS
/
pages
/
home.py
CosmoAI
Create pages/home.py
98af306
over 1 year ago
raw
Copy download link
history
blame
Safe
62 Bytes
import
streamlit
as
st
def
page
():
st.title(
"Home Page"
)