Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,5 +12,5 @@ else:
|
|
12 |
st.write(f"'{langtext}' is not a valid BCP-47 language code")
|
13 |
|
14 |
st.write(f"langcodes found the following tag: {found}")
|
15 |
-
st.write(f"langcodes found the following tag: {type(found)}")
|
16 |
st.write(f"Display name: {display}")
|
|
|
12 |
st.write(f"'{langtext}' is not a valid BCP-47 language code")
|
13 |
|
14 |
st.write(f"langcodes found the following tag: {found}")
|
15 |
+
#st.write(f"langcodes found the following tag: {type(found)}") # a Language object
|
16 |
st.write(f"Display name: {display}")
|