cdleong commited on
Commit
d85245e
1 Parent(s): 65485b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ if lang is not None:
82
  st.write(broader_tags)
83
  st.write(f"Try also: https://r12a.github.io/app-subtags/?lookup={lang}, which will likely have links to Ethnologue, Wikipedia, and Character usage, or alternately [searching for the original string {langtext}](https://r12a.github.io/app-subtags/?find={langtext}")
84
  st.write(f"https://glottolog.org/glottolog?search={t_variant} may be also of interest, with links to various resources including WALS, Wikidata, Odin, and OLAC. If that doesn't work, try https://glottolog.org/glottolog?search={b_variant}, or put in a [custom search query](https://glottolog.org/glottolog)")
85
- st.write(f"https://glottolog.org/glottolog?search={urllib.parse.quote(langtext)} may pull up something as well. "
86
 
87
  # ethnologue prefers T for german (deu), and T for French
88
  st.write("## Older Codes")
 
82
  st.write(broader_tags)
83
  st.write(f"Try also: https://r12a.github.io/app-subtags/?lookup={lang}, which will likely have links to Ethnologue, Wikipedia, and Character usage, or alternately [searching for the original string {langtext}](https://r12a.github.io/app-subtags/?find={langtext}")
84
  st.write(f"https://glottolog.org/glottolog?search={t_variant} may be also of interest, with links to various resources including WALS, Wikidata, Odin, and OLAC. If that doesn't work, try https://glottolog.org/glottolog?search={b_variant}, or put in a [custom search query](https://glottolog.org/glottolog)")
85
+ st.write(f"https://glottolog.org/glottolog?search={urllib.parse.quote(langtext)} may pull up something as well.")
86
 
87
  # ethnologue prefers T for german (deu), and T for French
88
  st.write("## Older Codes")