Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Amram
/
pdfToTable
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
0b4da19
pdfToTable
/
app.py
Amram
Update app.py (
#1
)
0b4da19
over 1 year ago
raw
Copy download link
history
blame
92 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x *x )