kmaurinjones commited on
Commit
94e5262
1 Parent(s): 3a2dcf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ song_3 = st.text_input("Enter 3rd song title here")
26
  song_4 = st.text_input("Enter 4th song title here")
27
  song_5 = st.text_input("Enter 5th song title here")
28
 
29
- st.write(titles_list)
30
 
31
  # funnies
32
  funnies = []
 
26
  song_4 = st.text_input("Enter 4th song title here")
27
  song_5 = st.text_input("Enter 5th song title here")
28
 
29
+ st.write(song_1 + song_2 + song_3 + song_4 + song_5)
30
 
31
  # funnies
32
  funnies = []