cdleong commited on
Commit
c72df41
1 Parent(s): 1dcc788

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ st.write("Fed up with language tag confusion? Here's your one-stop shop!")
6
  # https://huggingface.co/blog/streamlit-spaces
7
  # https://github.com/psf/requests-html
8
  # https://docs.streamlit.io/library/api-reference/write-magic/st.write
9
- langtext = st.text_input("language lookup using https://github.com/rspeer/langcodes, see also https://r12a.github.io/app-subtags/", "english")
10
 
11
  st.write("Checking whether the tag is valid. That is, the language, script, territory, and variants (if present) are all tags that have meanings assigned by IANA.")
12
 
 
6
  # https://huggingface.co/blog/streamlit-spaces
7
  # https://github.com/psf/requests-html
8
  # https://docs.streamlit.io/library/api-reference/write-magic/st.write
9
+ langtext = st.text_input("Try typing your language in here! Accepts either codes like `eng`/`en`, or full names like `English`", "english")
10
 
11
  st.write("Checking whether the tag is valid. That is, the language, script, territory, and variants (if present) are all tags that have meanings assigned by IANA.")
12