Spaces:
Sleeping
Sleeping
Commit
·
7249cb2
1
Parent(s):
9a09f64
Fix max_choices parameter in
Browse filesshow_files_and_directories function
app.py
CHANGED
@@ -122,7 +122,7 @@ def show_files_and_directories(url: str):
|
|
122 |
), gr.Dropdown(
|
123 |
label="Files",
|
124 |
choices=files,
|
125 |
-
max_choices=
|
126 |
visible=True,
|
127 |
interactive=True,
|
128 |
multiselect=True,
|
|
|
122 |
), gr.Dropdown(
|
123 |
label="Files",
|
124 |
choices=files,
|
125 |
+
max_choices=None,
|
126 |
visible=True,
|
127 |
interactive=True,
|
128 |
multiselect=True,
|