Spaces:
Runtime error
Runtime error
Commit ·
9dd3210
1
Parent(s): a4ab9a0
Update app.py
Browse files
app.py
CHANGED
|
@@ -254,7 +254,7 @@ def pdfv3(in1, in2):
|
|
| 254 |
|
| 255 |
return 'ok!!'
|
| 256 |
|
| 257 |
-
def storeIndex1(
|
| 258 |
newPath = home_path
|
| 259 |
new_name = 'index1'
|
| 260 |
ext = 'json'
|
|
|
|
| 254 |
|
| 255 |
return 'ok!!'
|
| 256 |
|
| 257 |
+
def storeIndex1(files):
|
| 258 |
newPath = home_path
|
| 259 |
new_name = 'index1'
|
| 260 |
ext = 'json'
|