GilbertClaus commited on
Commit
1132546
·
1 Parent(s): dadfc92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -17,7 +17,6 @@ if selected == 'Youtube':
17
  end_time = st.text_input("End Time", value='00:09:31.000')
18
 
19
  if st.button("Download and Cut Video"):
20
- digital_clock(finish)
21
  video_info, video_result, video_file = cut_video(video_link, resolution, start_time, end_time)
22
  num_lines = video_info.count('\n') + 1
23
  text_area_height = 25 * num_lines
 
17
  end_time = st.text_input("End Time", value='00:09:31.000')
18
 
19
  if st.button("Download and Cut Video"):
 
20
  video_info, video_result, video_file = cut_video(video_link, resolution, start_time, end_time)
21
  num_lines = video_info.count('\n') + 1
22
  text_area_height = 25 * num_lines