Lenylvt commited on
Commit
d323204
·
verified ·
1 Parent(s): cd0284d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ if 'concatenated_audio_path' not in st.session_state:
121
  st.session_state.concatenated_audio_path = None
122
 
123
  if 'correction' not in st.session_state:
124
- st.session_state.correction = ""
125
 
126
  # Settings Dictee
127
  with st.expander("📝 Génération de la dictée", expanded=st.session_state.expanded):
 
121
  st.session_state.concatenated_audio_path = None
122
 
123
  if 'correction' not in st.session_state:
124
+ st.session_state.correction = None
125
 
126
  # Settings Dictee
127
  with st.expander("📝 Génération de la dictée", expanded=st.session_state.expanded):