Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,8 @@ st.title("Literature Based Research (LBR) - A. Unzicker and J. Bours - Chat with
|
|
50 |
|
51 |
st.write("---------------------------------")
|
52 |
|
53 |
-
st.write("
|
|
|
54 |
pdf_files = glob.glob("*.pdf")
|
55 |
for file in pdf_files:
|
56 |
st.write(file)
|
|
|
50 |
|
51 |
st.write("---------------------------------")
|
52 |
|
53 |
+
st.write("LIST OF ALL THE LOADED DOCUMENTS: ")
|
54 |
+
st.write("")
|
55 |
pdf_files = glob.glob("*.pdf")
|
56 |
for file in pdf_files:
|
57 |
st.write(file)
|