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