Spaces:
Running
Running
DebasishDhal99
commited on
Commit
·
a485b16
1
Parent(s):
8bbeb85
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def playlist_duration_calculator(playlist_link, calculation_type):
|
|
36 |
# )
|
37 |
|
38 |
second_heading = "YouTube Playlist Mismatch Calculator"
|
39 |
-
second_description = "Enter two YouTube playlist links to compare their contents and find the mismatch."
|
40 |
mismatch_outputs = gr.outputs.Textbox(label="Mismatch between two playlists")
|
41 |
|
42 |
def playlist_mismatch_calculator(playlist_link_1, playlist_link_2):
|
|
|
36 |
# )
|
37 |
|
38 |
second_heading = "YouTube Playlist Mismatch Calculator"
|
39 |
+
second_description = "Enter two YouTube playlist links (without quotation marks) to compare their contents and find the mismatch."
|
40 |
mismatch_outputs = gr.outputs.Textbox(label="Mismatch between two playlists")
|
41 |
|
42 |
def playlist_mismatch_calculator(playlist_link_1, playlist_link_2):
|