Spaces:
Runtime error
Runtime error
Commit
·
807f8da
1
Parent(s):
5c991e7
Portugues is not the default
Browse files
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=
|
| 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 |
|