Spaces:
Sleeping
Sleeping
guoerjun
commited on
Commit
·
61eb5cb
1
Parent(s):
6b458a2
fix
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def create_ui():
|
|
40 |
scale=1,
|
41 |
value=[],
|
42 |
file_count="single",
|
43 |
-
|
44 |
# ignore_glob="**/__init__.py",
|
45 |
elem_id="file_expr",
|
46 |
)
|
|
|
40 |
scale=1,
|
41 |
value=[],
|
42 |
file_count="single",
|
43 |
+
root_dir=absolute_path,
|
44 |
# ignore_glob="**/__init__.py",
|
45 |
elem_id="file_expr",
|
46 |
)
|