Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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 |
|