JPLTedCas commited on
Commit
13387eb
·
verified ·
1 Parent(s): ad07962

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -122,6 +122,7 @@ def main():
122
 
123
 
124
  with st.sidebar:
 
125
  st.subheader("Your documents")
126
  pdf_docs = st.file_uploader(
127
  "Upload your PDFs here and click on 'Process'", accept_multiple_files=True
 
122
 
123
 
124
  with st.sidebar:
125
+ add_logo()
126
  st.subheader("Your documents")
127
  pdf_docs = st.file_uploader(
128
  "Upload your PDFs here and click on 'Process'", accept_multiple_files=True