Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ st.set_page_config(
|
|
46 |
st.title("Bokmål ⇔ Nynorsk")
|
47 |
st.sidebar.title("Translation Demo")
|
48 |
st.sidebar.write("""
|
49 |
-
Here are some sample texts in Norwegian Bokmål and Norwegian Nynorsk that you can try to translate. They are here presented in pairs (Bokmål, Nynorsk, Bokmål...). This way you can also see a suggested translation of the text.
|
50 |
""")
|
51 |
|
52 |
masked_texts = [
|
|
|
46 |
st.title("Bokmål ⇔ Nynorsk")
|
47 |
st.sidebar.title("Translation Demo")
|
48 |
st.sidebar.write("""
|
49 |
+
Here are some sample texts in Norwegian Bokmål and Norwegian Nynorsk that you can try to translate. They are here presented in pairs (Bokmål, Nynorsk, Bokmål...). This way you can also see a suggested translation of the text. The model will automatically understand if the input is in Nynorsk or Bokmål, and switch the translation.
|
50 |
""")
|
51 |
|
52 |
masked_texts = [
|