Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -51,5 +51,5 @@ if lang is not None:
|
|
51 |
broader_tags = lang.broader_tags()
|
52 |
st.write(f"Broader tags for this language, if any: {broader_tags}")
|
53 |
st.write(f"Correct, standardized, BCP-47 tag for {langtext}, according to the langcodes library: {langcodes.standardize_tag(lang)}")
|
54 |
-
st.write(f"Try also: https://r12a.github.io/app-subtags
|
55 |
|
|
|
51 |
broader_tags = lang.broader_tags()
|
52 |
st.write(f"Broader tags for this language, if any: {broader_tags}")
|
53 |
st.write(f"Correct, standardized, BCP-47 tag for {langtext}, according to the langcodes library: {langcodes.standardize_tag(lang)}")
|
54 |
+
st.write(f"Try also: https://r12a.github.io/app-subtags/?find={lang}")
|
55 |
|