JessicaTH commited on
Commit
7b1f17e
·
verified ·
1 Parent(s): f62972a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -114,9 +114,7 @@ with col1:
114
  label=" ",
115
  value=st.session_state.text_to_translate,
116
  height=200,
117
- placeholder="Entrez un texte ici",
118
- on_change=st.session_state.text_translation
119
- key="st.session_state.text_translation"
120
  )
121
 
122
 
 
114
  label=" ",
115
  value=st.session_state.text_to_translate,
116
  height=200,
117
+ placeholder="Entrez un texte ici"
 
 
118
  )
119
 
120