Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ def main():
|
|
85 |
processed_sheet = process_chord_sheet(chord_sheet)
|
86 |
#st.markdown(processed_sheet, unsafe_allow_html=True)
|
87 |
table_md = f"""
|
88 |
-
| [📚Wikipedia]({create_search_url_wikipedia(song_info)}) | [🎥YouTube]({create_search_url_youtube(song_info)})
|
89 |
| [🎸Chords]({create_search_url_chords(song_info)}) | [🎶Lyrics]({create_search_url_lyrics(song_info)}) |
|
90 |
"""
|
91 |
st.markdown(table_md)
|
@@ -97,7 +97,7 @@ def main():
|
|
97 |
st.markdown("**" + song_info + "**")
|
98 |
with icol2:
|
99 |
table_md = f"""
|
100 |
-
| [📚Wikipedia]({create_search_url_wikipedia(song_info)}) | [🎥YouTube]({create_search_url_youtube(song_info)})
|
101 |
| [🎸Chords]({create_search_url_chords(song_info)}) | [🎶Lyrics]({create_search_url_lyrics(song_info)}) |
|
102 |
"""
|
103 |
st.markdown(table_md)
|
|
|
85 |
processed_sheet = process_chord_sheet(chord_sheet)
|
86 |
#st.markdown(processed_sheet, unsafe_allow_html=True)
|
87 |
table_md = f"""
|
88 |
+
| [📚Wikipedia]({create_search_url_wikipedia(song_info)}) | [🎥YouTube]({create_search_url_youtube(song_info)})
|
89 |
| [🎸Chords]({create_search_url_chords(song_info)}) | [🎶Lyrics]({create_search_url_lyrics(song_info)}) |
|
90 |
"""
|
91 |
st.markdown(table_md)
|
|
|
97 |
st.markdown("**" + song_info + "**")
|
98 |
with icol2:
|
99 |
table_md = f"""
|
100 |
+
| [📚Wikipedia]({create_search_url_wikipedia(song_info)}) | [🎥YouTube]({create_search_url_youtube(song_info)})
|
101 |
| [🎸Chords]({create_search_url_chords(song_info)}) | [🎶Lyrics]({create_search_url_lyrics(song_info)}) |
|
102 |
"""
|
103 |
st.markdown(table_md)
|