Lenylvt commited on
Commit
3d57c38
·
verified ·
1 Parent(s): 3e9e596

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,8 +120,8 @@ if submitted or 'dictee' in st.session_state:
120
  st.divider()
121
  st.spinner(text="Dictée en cours de création...")
122
  if st.session_state.expandedmodified == False:
123
- st.rerun()
124
  st.session_state.expandedmodified = True
 
125
  st.session_state.expandedmodified = False
126
  if mode.startswith("S'entrainer"):
127
  if 'audio_urls' not in st.session_state:
 
120
  st.divider()
121
  st.spinner(text="Dictée en cours de création...")
122
  if st.session_state.expandedmodified == False:
 
123
  st.session_state.expandedmodified = True
124
+ st.rerun()
125
  st.session_state.expandedmodified = False
126
  if mode.startswith("S'entrainer"):
127
  if 'audio_urls' not in st.session_state: