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...
sonobit
commited on
Nov 23, 2022
Commit
da19d1f
·
1 Parent(s):
79848fa
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import streamlit as st
2
+
x = st.slider('Pick a number', 0, 100)
3
+
st.write('x ยกกำลัง 2 เท่ากับ', x*x)