Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ def main():
|
|
79 |
play_arpeggio(root_key, chord, tempo)
|
80 |
st.session_state.chord_history.append(f"{root_key}{chord}")
|
81 |
st.session_state.chord_history = st.session_state.chord_history[-12:]
|
82 |
-
st.
|
83 |
|
84 |
# Randomize button
|
85 |
if st.button("Randomize Progression"):
|
|
|
79 |
play_arpeggio(root_key, chord, tempo)
|
80 |
st.session_state.chord_history.append(f"{root_key}{chord}")
|
81 |
st.session_state.chord_history = st.session_state.chord_history[-12:]
|
82 |
+
st.rerun()
|
83 |
|
84 |
# Randomize button
|
85 |
if st.button("Randomize Progression"):
|