mcbrs1 commited on
Commit
c660abf
Β·
1 Parent(s): 7e9da24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -9,8 +9,9 @@ dir_path = 'C:/Users/Rhodri Smith/OneDrive - Cardiff University/Desktop/ChatBot/
9
  doc = Document()
10
 
11
  #Loop through the directory and print the list of files
12
- #for file in os.listdir(dir_path):
13
- # doc.add_paragraph(file)
 
14
 
15
  # Read the document
16
  #for para in document.paragraphs:
 
9
  doc = Document()
10
 
11
  #Loop through the directory and print the list of files
12
+ for file in os.listdir(dir_path):
13
+ print(file)
14
+ #doc.add_paragraph(file)
15
 
16
  # Read the document
17
  #for para in document.paragraphs: