Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -83,6 +83,7 @@ if lang is not None:
|
|
83 |
|
84 |
|
85 |
st.write(f"## Results: probably use '{standardized_tag}'")
|
|
|
86 |
st.write(f"Best-match BCP-47 tag for '{langtext}', according to the langcodes library: {lang}")
|
87 |
st.write(f"Breakdown of tag components:")
|
88 |
st.write(lang.describe())
|
|
|
83 |
|
84 |
|
85 |
st.write(f"## Results: probably use '{standardized_tag}'")
|
86 |
+
# TODO: make a results dictionary so it's easy to copy-paste?
|
87 |
st.write(f"Best-match BCP-47 tag for '{langtext}', according to the langcodes library: {lang}")
|
88 |
st.write(f"Breakdown of tag components:")
|
89 |
st.write(lang.describe())
|