Spaces:
Running
Running
DebasishDhal99
commited on
Commit
•
efb41de
1
Parent(s):
a0af457
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def playlist_duration_calculator(playlist_link, calculation_type):
|
|
16 |
|
17 |
playlist_link_input = gr.inputs.Textbox(label="Playlist Link")
|
18 |
calculation_type_input = gr.inputs.Radio(["Total Duration", "Average Duration"], label="What to calculate?")
|
19 |
-
outputs = gr.outputs.
|
20 |
|
21 |
heading = "YouTube Playlist Duration Calculator"
|
22 |
description = "Enter a YouTube playlist link and choose the calculation type to calculate its total duration or average duration."
|
|
|
16 |
|
17 |
playlist_link_input = gr.inputs.Textbox(label="Playlist Link")
|
18 |
calculation_type_input = gr.inputs.Radio(["Total Duration", "Average Duration"], label="What to calculate?")
|
19 |
+
outputs = gr.outputs.Textbox(label="Result")
|
20 |
|
21 |
heading = "YouTube Playlist Duration Calculator"
|
22 |
description = "Enter a YouTube playlist link and choose the calculation type to calculate its total duration or average duration."
|