DebasishDhal99 commited on
Commit
8b21d7c
·
1 Parent(s): a71b012

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -34,6 +34,7 @@ interface1 = gr.Interface(
34
 
35
  second_heading = "YouTube Playlist Mismatch Calculator"
36
  second_description = "Enter two YouTube playlist links to compare their contents and find the mismatch."
 
37
 
38
  def playlist_mismatch_calculator(playlist_link_1, playlist_link_2):
39
  result = playlist_mismatch_func(playlist_link_1, playlist_link_2, output='name')
 
34
 
35
  second_heading = "YouTube Playlist Mismatch Calculator"
36
  second_description = "Enter two YouTube playlist links to compare their contents and find the mismatch."
37
+ mismatch_outputs = gr.outputs.Textbox(label="Mismatch between two playlists")
38
 
39
  def playlist_mismatch_calculator(playlist_link_1, playlist_link_2):
40
  result = playlist_mismatch_func(playlist_link_1, playlist_link_2, output='name')