Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
erinmikail/Sentiment-Analysis-Toggle
LaunchDarkly
/
Sentiment-Analysis-Toggle
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
da3cfe0
Sentiment-Analysis-Toggle
/
app.py
erinmikail
initial commit
da3cfe0
verified
10 months 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)