Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
brucx
/
vector-space
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
vector-space
/
app.py
brucx
Add application file
608e537
almost 3 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)