Nazia Nafis
commited on
Commit
•
06055f2
1
Parent(s):
e9afe19
Update app.py
Browse files
app.py
CHANGED
@@ -11,8 +11,7 @@ def gh():
|
|
11 |
|
12 |
gh()
|
13 |
|
14 |
-
st.title("
|
15 |
-
st.subheader("with Camelot Python Library")
|
16 |
|
17 |
input_pdf = st.file_uploader(label="Upload PDF here",type='pdf')
|
18 |
|
|
|
11 |
|
12 |
gh()
|
13 |
|
14 |
+
st.title("Extract Tables from PDFs")
|
|
|
15 |
|
16 |
input_pdf = st.file_uploader(label="Upload PDF here",type='pdf')
|
17 |
|