Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DSU-FDP
/
Space1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
df2552d
Space1
/
app.py
adhvaithprasad
Add application file
df2552d
6 months ago
raw
Copy download link
history
blame
Safe
89 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)