Lenylvt commited on
Commit
b7dcd56
·
verified ·
1 Parent(s): b4317cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ if submitted or 'dictee' in st.session_state:
149
  st.markdown("## ✍️ Votre Dictée")
150
  dictee_user = st.text_area("Écrivez la dictée ici:", key="dictee_user")
151
  if st.button("📝 Correction", key="submit_correction"):
152
- with st.spinner("🤖 Dictée en cours de correction..."):
153
  st.session_state.correction = correction_dictee(dictee, dictee_user)
154
 
155
  if 'correction' in st.session_state:
 
149
  st.markdown("## ✍️ Votre Dictée")
150
  dictee_user = st.text_area("Écrivez la dictée ici:", key="dictee_user")
151
  if st.button("📝 Correction", key="submit_correction"):
152
+ st.spinner("🤖 Dictée en cours de correction..."):
153
  st.session_state.correction = correction_dictee(dictee, dictee_user)
154
 
155
  if 'correction' in st.session_state: