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