Spaces:
Running
Running
Dennis
commited on
Fix typo
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ LANGUAGES = {
|
|
22 |
"german": {"emoji":"🇩🇪", "nllb_code":"deu_Latn", "hf_code":"de"},
|
23 |
"italian": {"emoji":"🇮🇹", "nllb_code":"ita_Latn", "hf_code":"it"},
|
24 |
"spanish": {"emoji":"🇪🇸", "nllb_code":"spa_Latn", "hf_code":"es"},
|
25 |
-
"portuguese": {"emoji":"🇵🇹", "nllb_code":"por_Latn", "hf_code":"pt"}
|
26 |
"dutch": {"emoji":"🇳🇱", "nllb_code":"nld_Latn", "hf_code":"nl"}
|
27 |
}
|
28 |
|
|
|
22 |
"german": {"emoji":"🇩🇪", "nllb_code":"deu_Latn", "hf_code":"de"},
|
23 |
"italian": {"emoji":"🇮🇹", "nllb_code":"ita_Latn", "hf_code":"it"},
|
24 |
"spanish": {"emoji":"🇪🇸", "nllb_code":"spa_Latn", "hf_code":"es"},
|
25 |
+
"portuguese": {"emoji":"🇵🇹", "nllb_code":"por_Latn", "hf_code":"pt"},
|
26 |
"dutch": {"emoji":"🇳🇱", "nllb_code":"nld_Latn", "hf_code":"nl"}
|
27 |
}
|
28 |
|