Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|
|
|
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)}")
|