Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,7 +72,7 @@ def translate(text, target_lang):
|
|
| 72 |
"Darija (Morocco)": ">>dar<<",
|
| 73 |
"Hausa (Nigeria)": ">>hau<<",
|
| 74 |
"Wolof (Senegal)": ">>wol<<"
|
| 75 |
-
}
|
| 76 |
|
| 77 |
paragraphs = text.split("\n")
|
| 78 |
translated_output = []
|
|
|
|
| 72 |
"Darija (Morocco)": ">>dar<<",
|
| 73 |
"Hausa (Nigeria)": ">>hau<<",
|
| 74 |
"Wolof (Senegal)": ">>wol<<"
|
| 75 |
+
}
|
| 76 |
|
| 77 |
paragraphs = text.split("\n")
|
| 78 |
translated_output = []
|