Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
curt-park
/
interactive-segmentation
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e82cf8b
interactive-segmentation
/
app.py
curt-park
Add application file
e82cf8b
about 2 years ago
raw
Copy download link
history
blame
pickle
Detected Pickle imports (1)
"mport.streamlit as st "
How to fix it?
89 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)