Yacine Jernite commited on
Commit
a1fb36c
1 Parent(s): f94dacd

Update tagging_app.py

Browse files
Files changed (1) hide show
  1. 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 + "other",
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: