Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ctukel59
/
finetune
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
finetune
/
app.py
ctukel59
Create app.py
6035d72
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
91 Bytes
import
streamlit
as
st
× = st.slider (
'Select a value'
)
st.write(x,
'squared is'
, × * x)