AlekseyKorshuk commited on
Commit
ee8e438
1 Parent(s): 45c10bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -98,6 +98,6 @@ caption = (
98
  st.markdown("`HuggingArtists` - Train a model to generate lyrics 🎵")
99
  st.markdown(caption)
100
 
101
- artist_name = st.text_input("Artist name", "Eminem")
102
- start = st.text_input("Beginning of the song", "But for me to rap like a computer")
103
 
 
98
  st.markdown("`HuggingArtists` - Train a model to generate lyrics 🎵")
99
  st.markdown(caption)
100
 
101
+ artist_name = st.text_input("Artist name:", "Eminem")
102
+ start = st.text_input("Beginning of the song:", "But for me to rap like a computer")
103