Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
masapasa
/
lang
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
lang
/
app.py
masapasa
app
3089a32
over 4 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
89 Bytes
import
streamlit
as
st
x = st.slider(
"Select a value"
)
st.write(x,
"squared is"
, x * x)