Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
highdeff/highdeffrepo
highdeff
/
highdeffrepo1
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c34c47c
highdeffrepo1
/
app.py
highdeff
Duplicate from highdeff/highdeffrepo
c34c47c
almost 2 years 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)