arithescientist commited on
Commit
c0a36c8
·
1 Parent(s): 91cbd61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,9 +30,9 @@ from zipfile import ZipFile
30
 
31
  def zip_to_json(file_obj):
32
  with tempfile.TemporaryDirectory() as t_dir:
33
- os.path.join (t_dir, 'sample.png')
34
 
35
- return file_obj
36
 
37
  #def pdf(file_name):
38
 
 
30
 
31
  def zip_to_json(file_obj):
32
  with tempfile.TemporaryDirectory() as t_dir:
33
+ os.path.join(t_dir, file_obj)
34
 
35
+ return t_dir
36
 
37
  #def pdf(file_name):
38