Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Miemie123
/
Streamlit
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Streamlit
/
components
/
Therapy.py
Miemie123
Rename components/3_Therapy.py to components/Therapy.py
8a9f319
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
105 Bytes
import
streamlit
as
st
from
app_shared
import
render_therapy_page
def
main
():
render_therapy_page()