Update app.py
Browse files
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)
|