acpotts commited on
Commit
dcb283f
1 Parent(s): 79ca06d

edit app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def process_text_file(file: AskFileResponse):
69
  else:
70
  raise ValueError("Provide a .txt or .pdf file")
71
  texts = text_splitter.split_texts(documents)
72
- os.unlink(temp_file_path)
73
  return texts
74
 
75
 
 
69
  else:
70
  raise ValueError("Provide a .txt or .pdf file")
71
  texts = text_splitter.split_texts(documents)
72
+
73
  return texts
74
 
75