Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import requests
|
|
8 |
st.write("# Language code/tag search")
|
9 |
st.write("Fed up with language tag confusion? Here's your one-stop shop!")
|
10 |
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)")
|
11 |
-
st.write(f"Provide feedback at https://twitter.com/cleong110, or via slack: https://masakhane-nlp.slack.com/archives/D01DU3MHP7A")
|
12 |
|
13 |
# https://huggingface.co/blog/streamlit-spaces
|
14 |
# https://github.com/psf/requests-html
|
|
|
8 |
st.write("# Language code/tag search")
|
9 |
st.write("Fed up with language tag confusion? Here's your one-stop shop!")
|
10 |
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)")
|
11 |
+
st.write(f"**Feedback:** Provide feedback at https://twitter.com/cleong110, or via slack: https://masakhane-nlp.slack.com/archives/D01DU3MHP7A")
|
12 |
|
13 |
# https://huggingface.co/blog/streamlit-spaces
|
14 |
# https://github.com/psf/requests-html
|