AlbertoFH98 commited on
Commit
47781f9
1 Parent(s): cf7efc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -241,7 +241,6 @@ RESPUESTA: """
241
  for start_time_seconds, start_time_str, end_time_seconds in zip(start_time_seconds_list, start_time_str_list, end_time_seconds_list):
242
  st.markdown("__Fragmento: " + start_time_str + "__")
243
  _, container, _ = st.columns([SIDE, WIDTH, SIDE])
244
- st.markdown(youtube_video_url.replace("?enablejsapi=1", "") + f'?start={start_time_seconds}&end={end_time_seconds}')
245
  with container:
246
  st_player(youtube_video_url.replace("?enablejsapi=1", "") + f'?start={start_time_seconds}&end={end_time_seconds}')
247
 
 
241
  for start_time_seconds, start_time_str, end_time_seconds in zip(start_time_seconds_list, start_time_str_list, end_time_seconds_list):
242
  st.markdown("__Fragmento: " + start_time_str + "__")
243
  _, container, _ = st.columns([SIDE, WIDTH, SIDE])
 
244
  with container:
245
  st_player(youtube_video_url.replace("?enablejsapi=1", "") + f'?start={start_time_seconds}&end={end_time_seconds}')
246