DanielHellebust commited on
Commit
4ca7d18
·
1 Parent(s): e4e12ff

Update app.py

Browse files

updated header

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ model = MarianMTModel.from_pretrained("DanielHellebust/cyclingo")
14
 
15
 
16
  st.title('cycLingo Translator')
17
- st.header('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)
 
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)