Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -204,7 +204,7 @@ def load_files_for_sidebar():
|
|
| 204 |
groups = defaultdict(list)
|
| 205 |
for f in all_files:
|
| 206 |
fname = os.path.basename(f)
|
| 207 |
-
prefix = fname[:
|
| 208 |
groups[prefix].append(f)
|
| 209 |
|
| 210 |
for prefix in groups:
|
|
|
|
| 204 |
groups = defaultdict(list)
|
| 205 |
for f in all_files:
|
| 206 |
fname = os.path.basename(f)
|
| 207 |
+
prefix = fname[:17]
|
| 208 |
groups[prefix].append(f)
|
| 209 |
|
| 210 |
for prefix in groups:
|