Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
highdeff
/
highdeff1
like
0
Transformers
custom
Inference Endpoints
License:
unknown
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
main
highdeff1
/
app.py
highdeff
Upload 16 files
2c07569
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
88 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)