AlekseyKorshuk commited on
Commit
fca01c1
1 Parent(s): 4460615

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -98,3 +98,6 @@ caption = (
98
  st.markdown("`HuggingArtists` - Train a model to generate lyrics 🎵")
99
  st.markdown(caption)
100
 
 
 
 
 
98
  st.markdown("`HuggingArtists` - Train a model to generate lyrics 🎵")
99
  st.markdown(caption)
100
 
101
+ artist_name = st.text_area("Artist name", "Enter your text here")
102
+ start = st.text_area("Beginning of the song", "Enter your text here")
103
+