Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ionel2023
/
mmmmm
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
mmmmm
/
app.py
Ionel2023
initial commit
6405fe4
verified
11 months 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)