Spaces:
Running
Running
Yacine Jernite
commited on
Commit
•
f94dacd
1
Parent(s):
bfe0fb1
Update tagging_app.py
Browse files- tagging_app.py +1 -1
tagging_app.py
CHANGED
@@ -388,7 +388,7 @@ with c2.beta_expander("- Dataset creators"):
|
|
388 |
pre_select_ext_b = [p.split('|')[1] for p in pre_loaded["source_datasets"] if p.startswith("extended")]
|
389 |
extended_sources = st.multiselect(
|
390 |
"Which other datasets does this one use data from?",
|
391 |
-
options=all_dataset_ids,
|
392 |
default=pre_select_ext_b,
|
393 |
)
|
394 |
if "other" in extended_sources:
|
|
|
388 |
pre_select_ext_b = [p.split('|')[1] for p in pre_loaded["source_datasets"] if p.startswith("extended")]
|
389 |
extended_sources = st.multiselect(
|
390 |
"Which other datasets does this one use data from?",
|
391 |
+
options=all_dataset_ids + "other",
|
392 |
default=pre_select_ext_b,
|
393 |
)
|
394 |
if "other" in extended_sources:
|