bupa1018 commited on
Commit
977e5ae
·
1 Parent(s): a8d1d2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -429,7 +429,7 @@ def initialize():
429
 
430
  from langchain.document_loaders import TextLoader
431
 
432
- loader1 = TextLoader("text1.txt")
433
  doc1 = loader1.load()
434
 
435
  with tempfile.TemporaryDirectory() as tmp_dir_path:
 
429
 
430
  from langchain.document_loaders import TextLoader
431
 
432
+ loader1 = TextLoader(r"C:\Users\Anwender\Downloads\testing.txt")
433
  doc1 = loader1.load()
434
 
435
  with tempfile.TemporaryDirectory() as tmp_dir_path: