DinoDelija commited on
Commit
a511d02
·
verified ·
1 Parent(s): 5d3c001

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -60,4 +60,6 @@ eng_sentence = st.text_input("English Sentence", key="eng")
60
  translation = translate(eng_sentence, model=model, tokenizer=tokenizer)
61
  print(eng_sentence)
62
  print(translation)
63
- st.write('Fering transaltion of the sentence is: ', translation)
 
 
 
60
  translation = translate(eng_sentence, model=model, tokenizer=tokenizer)
61
  print(eng_sentence)
62
  print(translation)
63
+ # st.write('Fering transaltion of the sentence is: ', translation)
64
+ st.markdown('''Fering:
65
+ :violet[{translation}]''')