awacke1 commited on
Commit
0601423
·
verified ·
1 Parent(s): 99a62a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -212,7 +212,7 @@ elif choice == 'Memory':
212
  st.write(f'You recalled {correct} out of {len(items)} items correctly!')
213
 
214
  st.subheader('Chunking Practice')
215
- st.write('Scientific Principles: Based on the concept of working memory's limited capacity and enhancing it by grouping information.')
216
  st.write('Cognitive Skills: Short-term memory, organization, and recall efficiency.')
217
  st.write('Exercise Task: Break down complex information into smaller, manageable chunks for study or memorization.')
218
 
 
212
  st.write(f'You recalled {correct} out of {len(items)} items correctly!')
213
 
214
  st.subheader('Chunking Practice')
215
+ st.write('Scientific Principles: Based on the concept of working memorys limited capacity and enhancing it by grouping information.')
216
  st.write('Cognitive Skills: Short-term memory, organization, and recall efficiency.')
217
  st.write('Exercise Task: Break down complex information into smaller, manageable chunks for study or memorization.')
218