cdleong commited on
Commit
f8ed783
·
1 Parent(s): 16fc4ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,4 +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"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)}")
16
  st.write(f"Display name: {display}")