cdleong commited on
Commit
a8e20c3
·
1 Parent(s): ca54e5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -50,7 +50,8 @@ if lang is not None:
50
  t_variant = lang.to_alpha3(variant='T')
51
  st.write(f"ISO 639-3 'alpha3' code, 'terminology' variant (deprecated): {t_variant}")
52
  st.write(f"ISO 639-3 'alpha3' code, 'bibliographic' variant (deprecated): {b_variant}")
53
- st.write(f"If it exists, the Ethnologue entry would be at https://iso639-3.sil.org/code/{t_variant}")
 
54
 
55
  broader_tags = lang.broader_tags()
56
  st.write(f"Broader tags for this language, if any: {broader_tags}")
 
50
  t_variant = lang.to_alpha3(variant='T')
51
  st.write(f"ISO 639-3 'alpha3' code, 'terminology' variant (deprecated): {t_variant}")
52
  st.write(f"ISO 639-3 'alpha3' code, 'bibliographic' variant (deprecated): {b_variant}")
53
+ st.write(f"If it exists, the Ethnologue entry for the T variant would be at https://iso639-3.sil.org/code/{t_variant}")
54
+ st.write(f"If it exists, the Ethnologue entry for the B variant would be at https://iso639-3.sil.org/code/{B_variant}")
55
 
56
  broader_tags = lang.broader_tags()
57
  st.write(f"Broader tags for this language, if any: {broader_tags}")