DebasishDhal99 commited on
Commit
3bc1bd0
·
1 Parent(s): 8cc72fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def playlist_mismatch_calculator(playlist_link_1, playlist_link_2):
44
  playlist1name = result[2]
45
  playlist2name = result[3]
46
  text = 'Present in {}, not in {} :- \n {} \n Present in {}, not in {} :- {}'.format(result[2],result[3], result[0], result[3], result[2], result[1])
47
- return f"Mismatch Result: {text}"
48
 
49
  playlist_link_1_input = gr.inputs.Textbox(label="Playlist Link 1")
50
  playlist_link_2_input = gr.inputs.Textbox(label="Playlist Link 2")
 
44
  playlist1name = result[2]
45
  playlist2name = result[3]
46
  text = 'Present in {}, not in {} :- \n {} \n Present in {}, not in {} :- {}'.format(result[2],result[3], result[0], result[3], result[2], result[1])
47
+ return f"Mismatch Result between the two playlists are as follows: -\n {text}"
48
 
49
  playlist_link_1_input = gr.inputs.Textbox(label="Playlist Link 1")
50
  playlist_link_2_input = gr.inputs.Textbox(label="Playlist Link 2")