Pippoz commited on
Commit
a62c911
1 Parent(s): 8a4b38e

Update pages/translation.py

Browse files
Files changed (1) hide show
  1. pages/translation.py +1 -1
pages/translation.py CHANGED
@@ -24,7 +24,7 @@ def app():
24
  with col2:
25
  select_model = st.radio(
26
  "Translate from English to:",
27
- ('France', 'German', 'Cinese'), index = 0)
28
  if select_model == 'France':
29
  model = 'Helsinki-NLP/opus-mt-en-fr'
30
  elif select_model == 'German':
 
24
  with col2:
25
  select_model = st.radio(
26
  "Translate from English to:",
27
+ ('France', 'German', 'Spanish'), index = 0)
28
  if select_model == 'France':
29
  model = 'Helsinki-NLP/opus-mt-en-fr'
30
  elif select_model == 'German':