awacke1 commited on
Commit
5583fd4
1 Parent(s): 6276d6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def auto_save():
61
  def main():
62
  col1, col3 = st.columns([3, 5])
63
  with col1:
64
- st.markdown('### 🎵 ChordSheet - Music Playing and Authoring App')
65
  with st.expander("Select Song:", expanded=True):
66
  all_files = [f for f in glob.glob("*.txt") if ' by ' in f]
67
  selected_file = st.selectbox("Choose: ", all_files, on_change=song_update, key='selected_file')
 
61
  def main():
62
  col1, col3 = st.columns([3, 5])
63
  with col1:
64
+ st.markdown('### 🎵 📚Prompt🎥🎸Chord Sheet🎶 AI Prompt Authoring App')
65
  with st.expander("Select Song:", expanded=True):
66
  all_files = [f for f in glob.glob("*.txt") if ' by ' in f]
67
  selected_file = st.selectbox("Choose: ", all_files, on_change=song_update, key='selected_file')