Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ if lang is not None:
|
|
90 |
st.write(f"If it exists, the ISO 639 Code Tables entry for the B variant would be at https://iso639-3.sil.org/code/{b_variant}")
|
91 |
obsolete_codes = pull_obsolete_codes(t_variant)
|
92 |
if obsolete_codes:
|
93 |
-
st.write(f"Obsolete codes from previous ISO-639 iterations:")
|
94 |
st.write(obsolete_codes)
|
95 |
|
96 |
|
|
|
90 |
st.write(f"If it exists, the ISO 639 Code Tables entry for the B variant would be at https://iso639-3.sil.org/code/{b_variant}")
|
91 |
obsolete_codes = pull_obsolete_codes(t_variant)
|
92 |
if obsolete_codes:
|
93 |
+
st.write(f"Obsolete codes from previous ISO-639 iterations, pulled from https://iso639-3.sil.org/code/{t_variant}:")
|
94 |
st.write(obsolete_codes)
|
95 |
|
96 |
|