awacke1 commited on
Commit
f5e2a12
·
verified ·
1 Parent(s): 36126cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.experimental_rerun()
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"):