Spaces:
Sleeping
Sleeping
folder.parent
Browse files
main.py
CHANGED
@@ -47,7 +47,7 @@ def files_in_folder(path: str):
|
|
47 |
|
48 |
res.loc[-1] = [
|
49 |
(
|
50 |
-
f"<a href=/files/{
|
51 |
"",
|
52 |
"",
|
53 |
True,
|
|
|
47 |
|
48 |
res.loc[-1] = [
|
49 |
(
|
50 |
+
f"<a href=/files/{folder.parent}/>..</a>",
|
51 |
"",
|
52 |
"",
|
53 |
True,
|