Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AccelerationConsortium
/
cobot280pi
like
1
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
be196d0
cobot280pi
/
app.py
gursi26
added basic app
be196d0
11 months ago
raw
Copy download link
history
blame
Safe
90 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)