DDingcheol commited on
Commit
0d4725e
·
1 Parent(s): 5f20e64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def get_text_file(txt_docs):
35
  f.write(txt_docs.getvalue())
36
  txt_loader = TextLoader(temp_filepath)
37
  txt_doc = txt_loader.load()
38
- return tex_doc
39
 
40
  def get_csv_file(docs):
41
  pass
 
35
  f.write(txt_docs.getvalue())
36
  txt_loader = TextLoader(temp_filepath)
37
  txt_doc = txt_loader.load()
38
+ return txt_doc
39
 
40
  def get_csv_file(docs):
41
  pass