Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vessl
/
recommender
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3656e6b
recommender
/
app.py
Intae
Add application file
3656e6b
about 2 years ago
raw
Copy download link
history
blame
Safe
90 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)