Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bsflw
/
tsla
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
tsla
/
app.py
bsflw
app.py
f5f60d0
unverified
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
83 Bytes
import
streamlit
as
st
x = st.slider(
'slect a value'
)
st.write(x,
'square is'
, x*x)