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...
a7b44f0
pdfToTable
/
app.py
Amram
Update app.py
a7b44f0
over 1 year ago
raw
Copy download link
history
blame
93 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, sin(x * x))