Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TornikeO
/
SimMS
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
10b9217
SimMS
/
app.py
TornikeO
Initial commit
10b9217
about 1 year ago
raw
Copy download link
history
blame
pickle
Detected Pickle imports (1)
"mport.streamlit as st "
How to fix it?
Wrap lines
89 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)