Spaces:
Build error
Build error
Commit ·
4ca7d18
1
Parent(s): e4e12ff
Update app.py
Browse filesupdated header
app.py
CHANGED
|
@@ -14,7 +14,7 @@ model = MarianMTModel.from_pretrained("DanielHellebust/cyclingo")
|
|
| 14 |
|
| 15 |
|
| 16 |
st.title('cycLingo Translator')
|
| 17 |
-
st.
|
| 18 |
|
| 19 |
st.subheader('English:')
|
| 20 |
text = st.text_area('English',label_visibility='hidden', placeholder='Enter text to translate to Norwegian', height=200)
|
|
|
|
| 14 |
|
| 15 |
|
| 16 |
st.title('cycLingo Translator')
|
| 17 |
+
st.markdown('Translate cycling specific text from English to Norwegian')
|
| 18 |
|
| 19 |
st.subheader('English:')
|
| 20 |
text = st.text_area('English',label_visibility='hidden', placeholder='Enter text to translate to Norwegian', height=200)
|