Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
marktetra
/
newspace
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
marktetra
commited on
Nov 12, 2024
Commit
678afa9
·
verified
·
1 Parent(s):
d80e6f3
Create app.py
Browse files
git add app.py
git commit -m "Add application file"
git push
Files changed (1)
hide
show
app.py
+2
-0
app.py
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
x = st.slider('Select a value')
2
+
st.write(x, 'squared is', x * x)