Spaces:
Runtime error
Runtime error
DinoDelija
commited on
Update app.py
Browse files
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}]''')
|