herMaster commited on
Commit
763ab45
1 Parent(s): 9a6ea9a

solving indentation error

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -122,8 +122,8 @@ def chat(file, question):
122
  length_function = len,
123
  )
124
 
125
- chunks = text_splitter.split_text(text)
126
- return chunks
127
 
128
 
129
  pdf_path = file
 
122
  length_function = len,
123
  )
124
 
125
+ chunks = text_splitter.split_text(text)
126
+ return chunks
127
 
128
 
129
  pdf_path = file