Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Gertie01
/
MusicLM
like
6
Runtime error
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
refs/pr/1
MusicLM
/
app.py
vjefri
Create app.py
e957b44
about 3 years ago
raw
Copy download link
history
blame
Safe
88 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)