rvian commited on
Commit
20b373a
·
1 Parent(s): e028986
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ if dataset is not None:
79
 
80
 
81
  if dataset is not None:
82
- with st.button("Carregar modelo"):
83
  modelo, tokenizador = carregar_modelo()
84
 
85
  if st.button("Traduzir dataset") and modelo is not None:
 
79
 
80
 
81
  if dataset is not None:
82
+ if st.button("Carregar modelo"):
83
  modelo, tokenizador = carregar_modelo()
84
 
85
  if st.button("Traduzir dataset") and modelo is not None: