Spaces:
Runtime error
Runtime error
DinoDelija
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -62,5 +62,5 @@ print(eng_sentence)
|
|
62 |
print(translation)
|
63 |
# st.write('Fering transaltion of the sentence is: ', translation)
|
64 |
if translation != None:
|
65 |
-
st.markdown(f'''Fering:
|
66 |
{translation}''')
|
|
|
62 |
print(translation)
|
63 |
# st.write('Fering transaltion of the sentence is: ', translation)
|
64 |
if translation != None:
|
65 |
+
st.markdown(f'''Fering: \n
|
66 |
{translation}''')
|