Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tsphan
/
pdf_to_single_image
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ca574af
pdf_to_single_image
/
app.py
tsphan
initial commit
ca574af
verified
12 days 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)