Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -756,7 +756,7 @@ st.write("---------------------------------------------------------------------"
|
|
756 |
# DOEL: DE VERTALING VAN OEKRAÏENS (VIA ENGELS) NAAR NEDERLANDS TE VERBETEREN.)
|
757 |
st.write("OriginalLanguage: ", OriginalLanguage)
|
758 |
response = chain.invoke({"text": \
|
759 |
-
"""Translate the following text into correct
|
760 |
and do not use any other language for your response whatsover or you will get severly punished.
|
761 |
Do not translate names of places, towns and other geographical names.
|
762 |
Do not translate names of people.
|
|
|
756 |
# DOEL: DE VERTALING VAN OEKRAÏENS (VIA ENGELS) NAAR NEDERLANDS TE VERBETEREN.)
|
757 |
st.write("OriginalLanguage: ", OriginalLanguage)
|
758 |
response = chain.invoke({"text": \
|
759 |
+
"""Translate the following text into correct""" + OriginalLanguage + """ language
|
760 |
and do not use any other language for your response whatsover or you will get severly punished.
|
761 |
Do not translate names of places, towns and other geographical names.
|
762 |
Do not translate names of people.
|