cdleong commited on
Commit
b65ecd9
1 Parent(s): f8ed783

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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}")