ikenna1234 commited on
Commit
27fb94e
·
1 Parent(s): d95ac2c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def respond(
22
 
23
  client=englishToFinnishClient if(isFinnish)else englishToSwedishClient
24
 
25
- print('the source',sourceLanguage,"the target",targetLanguage)
26
 
27
 
28
  response= client.translation(
 
22
 
23
  client=englishToFinnishClient if(isFinnish)else englishToSwedishClient
24
 
25
+ print("the text",message, 'the source',sourceLanguage,"the target",targetLanguage)
26
 
27
 
28
  response= client.translation(