Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sarim
/
ppt
like
0
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
4ba3023
ppt
/
app.py
sarim
Add application file
4ba3023
3 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)