ignacioct commited on
Commit
85926b3
β€’
1 Parent(s): 9a40764

adding support for russian

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ CATEGORY = "Category"
21
 
22
  SUPPORTED_LANGUAGES = [
23
  "Spanish",
24
- #"Russian",
25
  "Dutch"
26
 
27
  ]
 
21
 
22
  SUPPORTED_LANGUAGES = [
23
  "Spanish",
24
+ "Russian",
25
  "Dutch"
26
 
27
  ]