awacke1 commited on
Commit
b4bf86f
β€’
1 Parent(s): f4065b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def main():
74
  st.markdown("**" + song_info + "**")
75
  chord_sheet = load_song_file(selected_file)
76
  processed_sheet = process_chord_sheet(chord_sheet)
77
- st.markdown(processed_sheet, unsafe_allow_html=True)
78
  table_md = f"""
79
  | Wikipedia | YouTube | Chords | Lyrics |
80
  | --------- | ------- | ------ | ------ |
 
74
  st.markdown("**" + song_info + "**")
75
  chord_sheet = load_song_file(selected_file)
76
  processed_sheet = process_chord_sheet(chord_sheet)
77
+ #st.markdown(processed_sheet, unsafe_allow_html=True)
78
  table_md = f"""
79
  | Wikipedia | YouTube | Chords | Lyrics |
80
  | --------- | ------- | ------ | ------ |