Spaces:
Running
Running
DebasishDhal99
commited on
Commit
•
d80da81
1
Parent(s):
6b98176
Update app.py
Browse files
app.py
CHANGED
@@ -19,8 +19,8 @@ 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 = '''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 |
|
|
|
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.\n
|
23 |
+
Do not enter the link of a video that belongs to that playlist.\n
|
24 |
Use the link in the share option of the playlist's page
|
25 |
'''
|
26 |
|