cdleong commited on
Commit
ff2969f
1 Parent(s): c823ee5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ if lang is not None:
103
  if t_obsolete_codes:
104
  st.write(f"Obsolete codes from previous ISO-639 iterations, pulled from https://iso639-3.sil.org/code/{t_variant}:")
105
  st.write(t_obsolete_codes)
106
- else if b_obsolete_codes:
107
  st.write(f"Obsolete codes from previous ISO-639 iterations, pulled from https://iso639-3.sil.org/code/{b_variant}:")
108
  st.write(b_obsolete_codes )
109
 
 
103
  if t_obsolete_codes:
104
  st.write(f"Obsolete codes from previous ISO-639 iterations, pulled from https://iso639-3.sil.org/code/{t_variant}:")
105
  st.write(t_obsolete_codes)
106
+ elif b_obsolete_codes:
107
  st.write(f"Obsolete codes from previous ISO-639 iterations, pulled from https://iso639-3.sil.org/code/{b_variant}:")
108
  st.write(b_obsolete_codes )
109