Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
resolverkatla
/
Midterm_Task_5
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
resolverkatla
commited on
Apr 8
Commit
a36f637
·
1 Parent(s):
c0e531f
First commit
Browse files
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)