cdleong commited on
Commit
b16af2c
·
1 Parent(s): 537dd73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -80,7 +80,8 @@ if lang is not None:
80
 
81
 
82
  broader_tags = lang.broader_tags()
83
- st.write(f"Broader tags for this language, if any: {broader_tags}")
 
84
  st.write(f"Try also: https://r12a.github.io/app-subtags/?lookup={lang}")
85
  st.write(f"https://glottolog.org/glottolog?search={t_variant} may be of interest, with links to Ethnologue, etc. If that doesn't work, try https://glottolog.org/glottolog?search={b_variant}")
86
  st.write(f"Correct, standardized, BCP-47 tag for {langtext}, according to the langcodes library: {langcodes.standardize_tag(lang)}")
 
80
 
81
 
82
  broader_tags = lang.broader_tags()
83
+ st.write(f"Broader tags for this language, if any:")
84
+ st.write(broader_tags)
85
  st.write(f"Try also: https://r12a.github.io/app-subtags/?lookup={lang}")
86
  st.write(f"https://glottolog.org/glottolog?search={t_variant} may be of interest, with links to Ethnologue, etc. If that doesn't work, try https://glottolog.org/glottolog?search={b_variant}")
87
  st.write(f"Correct, standardized, BCP-47 tag for {langtext}, according to the langcodes library: {langcodes.standardize_tag(lang)}")