Arnaldo Mont'Alvao commited on
Commit
61bf376
1 Parent(s): 849d2cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ translator = pipeline('text2text-generation', model=model, tokenizer=tokenizer)
12
 
13
  #Create Streamlit app
14
  st.title('English to Portuguese Translation')
15
- st.write('Enter a sentence here and we will translate it to Portuguese!')
16
 
17
  #Add text box
18
  txt_input = st.text_input('Enter text here:')
 
12
 
13
  #Create Streamlit app
14
  st.title('English to Portuguese Translation')
15
+ st.write('Enter a sentence here and we will translate it to Portuguese Using Deep Learning!')
16
 
17
  #Add text box
18
  txt_input = st.text_input('Enter text here:')