cdleong commited on
Commit
e14dc11
·
1 Parent(s): 88c8646

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -83,6 +83,7 @@ if lang is not None:
83
 
84
 
85
  st.write(f"## Results: probably use '{standardized_tag}'")
 
86
  st.write(f"Best-match BCP-47 tag for '{langtext}', according to the langcodes library: {lang}")
87
  st.write(f"Breakdown of tag components:")
88
  st.write(lang.describe())
 
83
 
84
 
85
  st.write(f"## Results: probably use '{standardized_tag}'")
86
+ # TODO: make a results dictionary so it's easy to copy-paste?
87
  st.write(f"Best-match BCP-47 tag for '{langtext}', according to the langcodes library: {lang}")
88
  st.write(f"Breakdown of tag components:")
89
  st.write(lang.describe())