Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
liquidcarbon
/
pup-fileserver
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pup-py
commited on
Apr 3, 2024
Commit
935bf15
·
1 Parent(s):
bb403b8
..
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -47,7 +47,7 @@ def files_in_folder(path: str):
47
48
res.loc[-1] = [
49
(
50
-
f"<a href=/files/{path
.parent
}/>..</a>",
51
"",
52
"",
53
True,
47
48
res.loc[-1] = [
49
(
50
+
f"<a href=/files/{path
/ '..'
}/>..</a>",
51
"",
52
"",
53
True,