awacke1 commited on
Commit
b4aaf21
β€’
1 Parent(s): 30e0372

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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")