Spaces:
Running
Running
DebasishDhal99
commited on
Commit
•
8113efd
1
Parent(s):
793f723
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ second_description = "Enter two YouTube playlist links (without quotation marks)
|
|
40 |
mismatch_outputs = gr.outputs.Textbox(label="Mismatch between two playlists")
|
41 |
|
42 |
def playlist_mismatch_calculator(playlist_link_1, playlist_link_2, output_options):
|
43 |
-
result = playlists_mismatch_func(playlist_link_1, playlist_link_2,
|
44 |
playlist1name = result[2]
|
45 |
playlist2name = result[3]
|
46 |
text = 'Present in {}, not in {} :- \n{} \n \nPresent in {}, not in {} :-\n {}'.format(result[2],result[3], result[0], result[3], result[2], result[1])
|
|
|
40 |
mismatch_outputs = gr.outputs.Textbox(label="Mismatch between two playlists")
|
41 |
|
42 |
def playlist_mismatch_calculator(playlist_link_1, playlist_link_2, output_options):
|
43 |
+
result = playlists_mismatch_func(playlist_link_1, playlist_link_2, output_options)
|
44 |
playlist1name = result[2]
|
45 |
playlist2name = result[3]
|
46 |
text = 'Present in {}, not in {} :- \n{} \n \nPresent in {}, not in {} :-\n {}'.format(result[2],result[3], result[0], result[3], result[2], result[1])
|