Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sonobit
/
m32space1
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
m32space1
/
app.py
sonobit
Create app.py
da19d1f
over 3 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
126 Bytes
import
streamlit
as
st
x = st.slider(
'Pick a number'
,
0
,
100
)
st.write(
'x ยกกำลัง 2 เท่ากับ'
, x*x)