Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,6 +15,11 @@ load_dotenv()
|
|
| 15 |
def main():
|
| 16 |
st.set_page_config(page_title="PDF Chat")
|
| 17 |
st.header("Chat with your PDFs 💬")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
# Upload PDF files
|
| 20 |
pdf_files = st.file_uploader("Upload your PDF files (please do not upload anything confidential for this demo)", type="pdf", accept_multiple_files=True)
|
|
|
|
| 15 |
def main():
|
| 16 |
st.set_page_config(page_title="PDF Chat")
|
| 17 |
st.header("Chat with your PDFs 💬")
|
| 18 |
+
#Credit
|
| 19 |
+
st.write(" ")
|
| 20 |
+
st.write("Visit us [here](https://ai-solutions.ai) for more AI Solutions.")
|
| 21 |
+
st.write(" ")
|
| 22 |
+
st.write(" ")
|
| 23 |
|
| 24 |
# Upload PDF files
|
| 25 |
pdf_files = st.file_uploader("Upload your PDF files (please do not upload anything confidential for this demo)", type="pdf", accept_multiple_files=True)
|