Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hanbin
/
MaMaL-Gen
like
1
Sleeping
App
Files
Files
Community
1
3c2f2d3
MaMaL-Gen
/
app.py
hanbin
Create app.py
c793c5f
over 1 year 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)