Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ def run_survey(surveyor, download_placeholder, research_keywords=None, arxiv_ids
|
|
| 28 |
d.mkdir(exist_ok=True, parents=True)
|
| 29 |
print(survey_root)
|
| 30 |
print(dir_args)
|
| 31 |
-
dir_args = {k: str(v.resolve()) for k, v in dir_args.items()}
|
| 32 |
zip_file_name, survey_file_name = surveyor.survey(research_keywords,
|
| 33 |
arxiv_ids,
|
| 34 |
max_search=max_search,
|
|
|
|
| 28 |
d.mkdir(exist_ok=True, parents=True)
|
| 29 |
print(survey_root)
|
| 30 |
print(dir_args)
|
| 31 |
+
dir_args = {k: f'{str(v.resolve())}/' for k, v in dir_args.items()}
|
| 32 |
zip_file_name, survey_file_name = surveyor.survey(research_keywords,
|
| 33 |
arxiv_ids,
|
| 34 |
max_search=max_search,
|