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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def main():
84
  # Randomize button
85
  if st.button("Randomize Progression"):
86
  st.session_state.blues_progression = BLUES_PROGRESSIONS[np.random.randint(len(BLUES_PROGRESSIONS))]
87
- st.experimental_rerun()
88
 
89
  # Display chord history
90
  st.write("Chord History:")
 
84
  # Randomize button
85
  if st.button("Randomize Progression"):
86
  st.session_state.blues_progression = BLUES_PROGRESSIONS[np.random.randint(len(BLUES_PROGRESSIONS))]
87
+ st.rerun()
88
 
89
  # Display chord history
90
  st.write("Chord History:")