Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|