Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,8 @@ st.set_page_config(
|
|
44 |
page_icon='translator-icon.png',
|
45 |
)
|
46 |
st.title("BokmΓ₯l β Nynorsk")
|
47 |
-
st.sidebar.
|
|
|
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 |
""")
|
|
|
44 |
page_icon='translator-icon.png',
|
45 |
)
|
46 |
st.title("BokmΓ₯l β Nynorsk")
|
47 |
+
st.sidebar.write("π³π΄ π³π΄ π³π΄ π³π΄ π³π΄ π³π΄ π³π΄ π³π΄ π³π΄ π³π΄ π³π΄ π³π΄ π³π΄ π³π΄ ")
|
48 |
+
st.sidebar.title("Translation Demo")
|
49 |
st.sidebar.write("""
|
50 |
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.
|
51 |
""")
|