cdleong commited on
Commit
051e947
·
1 Parent(s): 6ee2f5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ if lang is not None:
80
  standardized_tag = langcodes.standardize_tag(lang)
81
 
82
 
83
- st.write(f"## Results: probably use `{standardized_tag}`")
84
  st.write(f"Best-match BCP-47 tag for '{langtext}', according to the langcodes library: {lang}")
85
  st.write(f"Breakdown of tag components:")
86
  st.write(lang.describe())
 
80
  standardized_tag = langcodes.standardize_tag(lang)
81
 
82
 
83
+ st.write(f"## Results: probably use '{standardized_tag}'")
84
  st.write(f"Best-match BCP-47 tag for '{langtext}', according to the langcodes library: {lang}")
85
  st.write(f"Breakdown of tag components:")
86
  st.write(lang.describe())