Lenylvt commited on
Commit
bba8ad1
·
verified ·
1 Parent(s): 3d084f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -163,7 +163,6 @@ if submitted or 'dictee' in st.session_state:
163
  st.session_state.correction = correction_dictee(dictee, dictee_user)
164
 
165
  if 'correction' in st.session_state:
166
- st.markdown("---")
167
  st.markdown("### 🎉 Voici la correction (*Par IA*) :")
168
  st.markdown(st.session_state.correction)
169
 
 
163
  st.session_state.correction = correction_dictee(dictee, dictee_user)
164
 
165
  if 'correction' in st.session_state:
 
166
  st.markdown("### 🎉 Voici la correction (*Par IA*) :")
167
  st.markdown(st.session_state.correction)
168