hgw3lss commited on
Commit
5ca5371
·
1 Parent(s): 33eb85b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ 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)
 
111
 
112
  st.subheader("Settings:")
113
  artist_name = st.text_input("Artist name:", "Headie One")
114
+ start = st.text_input("Beginning of the song:", "Bad B come to the niz")
115
 
116
  TOKEN = "q_JK_BFy9OMiG7fGTzL-nUto9JDv3iXI24aYRrQnkOvjSCSbY4BuFIindweRsr5I"
117
  genius = lyricsgenius.Genius(TOKEN)