cdleong commited on
Commit
947dc2d
1 Parent(s): 878ffe0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ if lang is None:
24
  found = langcodes.find(langtext)
25
  lang = found
26
  except LookupError as e:
27
- st.write(f"Couldn't look up langtext, sorry: {e}")
28
  lang = None
29
 
30
 
 
24
  found = langcodes.find(langtext)
25
  lang = found
26
  except LookupError as e:
27
+ st.write(f"Unable to look up language code.")
28
  lang = None
29
 
30