cdleong commited on
Commit
6998de9
·
1 Parent(s): 1e9b3ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ import requests
12
 
13
  st.write("# Language code/tag search")
14
  st.write("Fed up with language tag confusion? Here's your one-stop shop!")
15
- st.write("Try typing your language below! Accepts either codes like `eng`/`en`, or full names like `English`, and we will use the [langcodes](https://github.com/rspeer/langcodes) library to figure out the correct modern BCP-47 code according to [official W3 Guidelines](https://www.w3.org/International/questions/qa-choosing-language-tags)")
16
  st.write(f"**Feedback:** Provide feedback at https://twitter.com/cleong110, or via slack: https://masakhane-nlp.slack.com/archives/D01DU3MHP7A")
17
 
18
  # https://huggingface.co/blog/streamlit-spaces
 
12
 
13
  st.write("# Language code/tag search")
14
  st.write("Fed up with language tag confusion? Here's your one-stop shop!")
15
+ st.write("Try typing your language below! Accepts either codes like `eng`/`en`, or full names like `English` (or even some in other languages, try '法语' or 'français'), and we will use the [langcodes](https://github.com/rspeer/langcodes) library to figure out the correct modern BCP-47 code according to [official W3 Guidelines](https://www.w3.org/International/questions/qa-choosing-language-tags)")
16
  st.write(f"**Feedback:** Provide feedback at https://twitter.com/cleong110, or via slack: https://masakhane-nlp.slack.com/archives/D01DU3MHP7A")
17
 
18
  # https://huggingface.co/blog/streamlit-spaces