Spaces:
Build error
Build error
Commit
·
8e4d56f
1
Parent(s):
2bd1fbd
Update app.py
Browse files
app.py
CHANGED
@@ -192,7 +192,7 @@ def docx_replace(doc, data):
|
|
192 |
#print(p.text)
|
193 |
break
|
194 |
|
195 |
-
input_output_trans = {"NON-DISCLOSURE AGREEMENT":{"hindi":"NON-DISCLOSURE hindi.docx","telugu":"NON-DISCLOSURE telugu.docx"}}
|
196 |
|
197 |
|
198 |
def translate_fill(document_name,output_file, src, trg):
|
|
|
192 |
#print(p.text)
|
193 |
break
|
194 |
|
195 |
+
input_output_trans = {"NON-DISCLOSURE AGREEMENT":{"hindi":"NON-DISCLOSURE hindi.docx","telugu":"NON-DISCLOSURE telugu.docx"},"গোপন চুক্তি":{"english":"NON-DISCLOSURE.docx"}}
|
196 |
|
197 |
|
198 |
def translate_fill(document_name,output_file, src, trg):
|