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