Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lily-hust
/
jacaranda-app
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cf19c0f
jacaranda-app
/
app.py
lily-hust
Create app.py
cf19c0f
over 1 year ago
raw
Copy download link
history
blame
Safe
85 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x*x)