Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
milindkamat0507
/
NAVBAR
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
NAVBAR
/
pages
/
pricing.py
Milind Kamat
first commit
2e28542
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
103 Bytes
# pages/pricing.py
import
streamlit
as
st
st.title(
'Pricing'
)
st.write(
'Welcome to the Pricing page'
)