cdleong commited on
Commit
add10f8
1 Parent(s): 0ca7b2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,5 +58,5 @@ if lang is not None:
58
  st.write(f"Broader tags for this language, if any: {broader_tags}")
59
  st.write(f"Correct, standardized, BCP-47 tag for {langtext}, according to the langcodes library: {langcodes.standardize_tag(lang)}")
60
  st.write(f"Try also: https://r12a.github.io/app-subtags/?lookup={lang}")
61
- st.write(f"https://glottolog.org/glottolog?search={lang} may be of interest, with links to Ethnologue, etc.")
62
 
 
58
  st.write(f"Broader tags for this language, if any: {broader_tags}")
59
  st.write(f"Correct, standardized, BCP-47 tag for {langtext}, according to the langcodes library: {langcodes.standardize_tag(lang)}")
60
  st.write(f"Try also: https://r12a.github.io/app-subtags/?lookup={lang}")
61
+ 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}")
62