JBHF commited on
Commit
7141efe
1 Parent(s): 36731b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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("List of all the loaded documents: ")
 
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)