Spaces:
Running
Running
Commit
·
6f43c03
1
Parent(s):
2b1cc8c
Changes
Browse files
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 |
|