Spaces:
Runtime error
Runtime error
AlbertoFH98
commited on
Update app.py
Browse files
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 |
|