Spaces:
Sleeping
Sleeping
Update player.py
Browse files
player.py
CHANGED
@@ -18,7 +18,7 @@ def find_dataset(author=None):
|
|
18 |
file_box = [info.path for info in list_files_info(f'{space.id}', repo_type="dataset")]
|
19 |
for file in file_box:
|
20 |
if file.startswith("prompt_"):
|
21 |
-
out_html=f'{out_html}• {file}<br>'
|
22 |
#print([info.path for info in list_files_info(f'{space.id}', repo_type="dataset")])
|
23 |
#print(space.id)
|
24 |
except Exception as e:
|
|
|
18 |
file_box = [info.path for info in list_files_info(f'{space.id}', repo_type="dataset")]
|
19 |
for file in file_box:
|
20 |
if file.startswith("prompt_"):
|
21 |
+
out_html=f'{out_html} • {file}<br>'
|
22 |
#print([info.path for info in list_files_info(f'{space.id}', repo_type="dataset")])
|
23 |
#print(space.id)
|
24 |
except Exception as e:
|