shawarmabytes commited on
Commit
d7857b3
1 Parent(s): 4854d0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -18,7 +18,13 @@ with st.form(key="form1"):
18
  submit = st.form_submit_button("Generate Playlist!")
19
 
20
  tester(emo)
21
-
 
 
 
 
 
 
22
 
23
 
24
 
 
18
  submit = st.form_submit_button("Generate Playlist!")
19
 
20
  tester(emo)
21
+
22
+
23
+ def finder(ome):
24
+
25
+
26
+
27
+ finder(tester(emo))
28
 
29
 
30