Spaces:
Running
Running
DebasishDhal99
commited on
Commit
·
2ecb5dd
1
Parent(s):
c15ac78
Update app.py
Browse files
app.py
CHANGED
@@ -19,8 +19,9 @@ calculation_type_input = gr.inputs.Radio(["Total Duration", "Average Duration"],
|
|
19 |
outputs = gr.outputs.Textbox(label="Result")
|
20 |
|
21 |
heading = "YouTube Playlist Duration Calculator"
|
22 |
-
description = '''
|
23 |
Do not enter the link of a video that belongs to that playlist.
|
|
|
24 |
''''
|
25 |
|
26 |
|
|
|
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.
|
23 |
Do not enter the link of a video that belongs to that playlist.
|
24 |
+
Use the link in the share option of the playlist's page
|
25 |
''''
|
26 |
|
27 |
|