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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,4 +13,4 @@ else:
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}")
 
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 for {found}: {display}")