Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
qdj6679
/
testmodel
like
0
Sleeping
App
Files
Files
Community
main
testmodel
/
app.py
ι±ζ ε
Add application file
ed58d4b
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
89 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)