DebasishDhal99 commited on
Commit
c15ac78
·
1 Parent(s): efb41de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -19,7 +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 = "Enter a YouTube playlist link and choose the calculation type to calculate its total duration or average duration."
 
 
23
 
24
 
25
  duration_interface = gr.Interface(
 
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
+ ''''
25
 
26
 
27
  duration_interface = gr.Interface(