NursNurs commited on
Commit
2e7d21c
·
1 Parent(s): ba33e6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -259,7 +259,7 @@ if st.session_state.actions[-1] == 'cue':
259
  col1, col2, col3, col4, col5 = st.columns(5)
260
  with col1:
261
  b1 = st.button("Next letter", key="1")
262
- with col2L
263
  b2 = st.button("Next word", key="2")
264
 
265
  # JS
 
259
  col1, col2, col3, col4, col5 = st.columns(5)
260
  with col1:
261
  b1 = st.button("Next letter", key="1")
262
+ with col2:
263
  b2 = st.button("Next word", key="2")
264
 
265
  # JS