Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Keiraj
/
Popular_DataStructures
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7c6b19a
Popular_DataStructures
/
app.py
Keira James
Adding .gitignore, app.py, and Readme files
7c6b19a
about 1 year 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)