Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -58,13 +58,13 @@ for category, nominees in data.items():
|
|
58 |
with col1:
|
59 |
st.markdown(f"* {nominee}")
|
60 |
with col2:
|
61 |
-
st.markdown(f"[Wikipedia]({create_search_url_wikipedia(nominee)})")
|
62 |
with col3:
|
63 |
-
st.markdown(f"[YouTube]({create_search_url_youtube(nominee)})")
|
64 |
with col4:
|
65 |
-
st.markdown(f"[Chords]({create_search_url_chords(nominee)})")
|
66 |
with col5:
|
67 |
-
st.markdown(f"[Lyrics]({create_search_url_lyrics(nominee)})")
|
68 |
|
69 |
# Footer
|
70 |
st.caption("Source: MTV Video Music Awards 2023")
|
|
|
58 |
with col1:
|
59 |
st.markdown(f"* {nominee}")
|
60 |
with col2:
|
61 |
+
st.markdown(f"[πWikipedia]({create_search_url_wikipedia(nominee)})")
|
62 |
with col3:
|
63 |
+
st.markdown(f"[π₯YouTube]({create_search_url_youtube(nominee)})")
|
64 |
with col4:
|
65 |
+
st.markdown(f"[πΈChords]({create_search_url_chords(nominee)})")
|
66 |
with col5:
|
67 |
+
st.markdown(f"[πΆLyrics]({create_search_url_lyrics(nominee)})")
|
68 |
|
69 |
# Footer
|
70 |
st.caption("Source: MTV Video Music Awards 2023")
|