Rathapoom commited on
Commit
629fead
·
verified ·
1 Parent(s): 79a05d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -437,6 +437,7 @@ def init_session_state():
437
  'accuracy_rate': 0.0,
438
  'vocabulary_used': set(),
439
  'corrections_made': 0
 
440
  if 'achievements' not in st.session_state:
441
  st.session_state.achievements = []
442
 
 
437
  'accuracy_rate': 0.0,
438
  'vocabulary_used': set(),
439
  'corrections_made': 0
440
+ }
441
  if 'achievements' not in st.session_state:
442
  st.session_state.achievements = []
443