kmaurinjones commited on
Commit
b92d253
1 Parent(s): dddfa05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -35,6 +35,8 @@ if song_4:
35
  song_5 = st.text_input("Enter 5th song title here")
36
  titles_list.append(song_5)
37
 
 
 
38
  # funnies
39
  funnies = []
40
  with open("fun_fax.txt", "r", encoding = "utf-8") as f:
 
35
  song_5 = st.text_input("Enter 5th song title here")
36
  titles_list.append(song_5)
37
 
38
+ st.write(titles_list)
39
+
40
  # funnies
41
  funnies = []
42
  with open("fun_fax.txt", "r", encoding = "utf-8") as f: