awacke1 commited on
Commit
39e9e01
1 Parent(s): 5d9cd9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def display_chord_sheet_in_two_page_view(chord_sheet):
73
  def main():
74
  col1, col3 = st.columns([3, 5])
75
  with col1:
76
- st.markdown('### 🎵 📚Prompt🎥🎸Chord Sheet🎶 AI Prompt Authoring App')
77
  with st.expander("Select Song:", expanded=True):
78
  all_files = [f for f in glob.glob("*.txt") if ' by ' in f]
79
  selected_file = st.selectbox("Choose: ", all_files, key='selected_file')
 
73
  def main():
74
  col1, col3 = st.columns([3, 5])
75
  with col1:
76
+ st.markdown('### 🎵🎥 ChordPrompter 🎸 AI Prompt Authoring - Wiki, YouTube, Chords, Lyrics📚🎶')
77
  with st.expander("Select Song:", expanded=True):
78
  all_files = [f for f in glob.glob("*.txt") if ' by ' in f]
79
  selected_file = st.selectbox("Choose: ", all_files, key='selected_file')