Spaces:
Sleeping
Sleeping
arithescientist
commited on
Commit
·
c0a36c8
1
Parent(s):
91cbd61
Update app.py
Browse files
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
|
34 |
|
35 |
-
|
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 |
|