Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -149,8 +149,7 @@ def main():
|
|
149 |
df = pd.read_excel(uploaded_file_xls)
|
150 |
st.write(df)
|
151 |
st.subheader("Your documents")
|
152 |
-
pdf_docs = st.file_uploader(
|
153 |
-
"Upload your PDFs here and click on 'Process'", accept_multiple_files=True)
|
154 |
|
155 |
if st.button("Process"):
|
156 |
with st.spinner("Processing"):
|
|
|
149 |
df = pd.read_excel(uploaded_file_xls)
|
150 |
st.write(df)
|
151 |
st.subheader("Your documents")
|
152 |
+
pdf_docs = st.file_uploader("Upload your PDFs here and click on 'Process'", accept_multiple_files=True)
|
|
|
153 |
|
154 |
if st.button("Process"):
|
155 |
with st.spinner("Processing"):
|