ikenna1234 commited on
Commit
6f43c03
·
1 Parent(s): 2b1cc8c
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -66,6 +66,8 @@ def respond(
66
 
67
  response+=f'<b>Translation 2</b><br/>{fiResponse.translation_text}'
68
 
 
 
69
  response
70
 
71
 
 
66
 
67
  response+=f'<b>Translation 2</b><br/>{fiResponse.translation_text}'
68
 
69
+ print("the response",response)
70
+
71
  response
72
 
73