hgw3lss commited on
Commit
33eb85b
·
1 Parent(s): 09ab366

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -110,8 +110,8 @@ st.markdown("[HuggingArtists](https://github.com/AlekseyKorshuk/huggingartist) -
110
  st.markdown(caption)
111
 
112
  st.subheader("Settings:")
113
- artist_name = st.text_input("Artist name:", "Eminem")
114
- start = st.text_input("Beginning of the song:", "But for me to rap like a computer")
115
 
116
  TOKEN = "q_JK_BFy9OMiG7fGTzL-nUto9JDv3iXI24aYRrQnkOvjSCSbY4BuFIindweRsr5I"
117
  genius = lyricsgenius.Genius(TOKEN)
 
110
  st.markdown(caption)
111
 
112
  st.subheader("Settings:")
113
+ artist_name = st.text_input("Artist name:", "Headie One")
114
+ start = st.text_input("Bad B come to the niz")
115
 
116
  TOKEN = "q_JK_BFy9OMiG7fGTzL-nUto9JDv3iXI24aYRrQnkOvjSCSbY4BuFIindweRsr5I"
117
  genius = lyricsgenius.Genius(TOKEN)