Update app.py
Browse files
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 |
|