Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pn23
/
HacklyticsPoseDetection
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pn23
commited on
Feb 10, 2024
Commit
fe5fae9
·
verified
·
1 Parent(s):
c13694c
Update App.py
Browse files
Files changed (1)
hide
show
App.py
+4
-0
App.py
CHANGED
Viewed
@@ -0,0 +1,4 @@
1
+
import streamlit as st
2
+
3
+
x = st.slider('Select a value')
4
+
st.write(x, 'squared is', x * x)