Spaces:
Build error
Build error
cleanup
Browse files
app.py
CHANGED
|
@@ -74,6 +74,8 @@ for file_url in url_dict.values():
|
|
| 74 |
continue
|
| 75 |
file_name_to_url[file_name] = file_url
|
| 76 |
|
|
|
|
|
|
|
| 77 |
with open("fixation_id_to_file_name.json", "w") as w, open(
|
| 78 |
"child_to_parent_filename.json", "w"
|
| 79 |
) as w2, open("file_name_to_url.json", "w") as w3:
|
|
|
|
| 74 |
continue
|
| 75 |
file_name_to_url[file_name] = file_url
|
| 76 |
|
| 77 |
+
parent_file_names = []
|
| 78 |
+
fixation_id_to_file_name = []
|
| 79 |
with open("fixation_id_to_file_name.json", "w") as w, open(
|
| 80 |
"child_to_parent_filename.json", "w"
|
| 81 |
) as w2, open("file_name_to_url.json", "w") as w3:
|