danilommarano commited on
Commit
807f8da
·
1 Parent(s): 5c991e7

Portugues is not the default

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ st.write(
14
  language = st.selectbox(
15
  "Lingua de saída: ",
16
  tokenizer.lang_code_to_id.keys(),
17
- index=40,
18
  placeholder="Selecione uma linguagem...",
19
  )
20
 
 
14
  language = st.selectbox(
15
  "Lingua de saída: ",
16
  tokenizer.lang_code_to_id.keys(),
17
+ index=0,
18
  placeholder="Selecione uma linguagem...",
19
  )
20