Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
lapisrocks/CodeLATS
EtashGuha
/
CodeLATS
like
0
Sleeping
App
Files
Files
Community
40190c3
CodeLATS
/
app.py
Ron
Add application file
40190c3
about 1 year 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)