rohan112 commited on
Commit
fa55777
·
1 Parent(s): 0c85086

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ class TogetherLLM(LLM):
63
  return text
64
 
65
  # Load and process the text files
66
- loader = TextLoader('data.txt')
67
  # loader = DirectoryLoader('./folder/', glob="./*.pdf", loader_cls=PyPDFLoader)
68
  documents = loader.load()
69
 
 
63
  return text
64
 
65
  # Load and process the text files
66
+ loader = TextLoader('resume_data.txt')
67
  # loader = DirectoryLoader('./folder/', glob="./*.pdf", loader_cls=PyPDFLoader)
68
  documents = loader.load()
69