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