Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ImagingDataCommons
/
CloudSegmentatorResults
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
vkt1414
commited on
May 30, 2024
Commit
706444f
·
verified
·
1 Parent(s):
d7e211f
Delete test.py
Browse files
Files changed (1)
hide
show
test.py
+0
-6
test.py
DELETED
Viewed
@@ -1,6 +0,0 @@
1
-
import streamlit as st
2
-
3
-
values = st.slider(
4
-
"Select a range of values",
5
-
0.0, 100.0, (25.0, 75.0))
6
-
st.write("Values:", values)