SpaceGhost commited on
Commit
366e06d
·
verified ·
1 Parent(s): 9743895

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -13,7 +13,8 @@ language_options = {
13
  "Mandarin(Chinese mainland)": 'zh-CN',
14
  "Japanese": 'jp',
15
  "Spanish": 'es',
16
- "French": 'fr'
 
17
  # Add more languages as needed
18
  }
19
 
 
13
  "Mandarin(Chinese mainland)": 'zh-CN',
14
  "Japanese": 'jp',
15
  "Spanish": 'es',
16
+ "French": 'fr',
17
+ "Português": 'pt'
18
  # Add more languages as needed
19
  }
20