Spaces:
Runtime error
Runtime error
AlbertoFH98
commited on
Commit
·
4c1ec8e
1
Parent(s):
72df787
Update app.py
Browse files
app.py
CHANGED
@@ -233,6 +233,7 @@ RESPUESTA: """
|
|
233 |
for start_time_seconds, start_time_str, end_time_seconds in zip(start_time_seconds_list, start_time_str_list, end_time_seconds_list):
|
234 |
st.markdown("__Fragmento: " + start_time_str + "__")
|
235 |
_, container, _ = st.columns([SIDE, WIDTH, SIDE])
|
|
|
236 |
with container:
|
237 |
st_player(youtube_video_url.replace("?enablejsapi=1", "") + f'?start={start_time_seconds}&end={end_time_seconds}')
|
238 |
|
|
|
233 |
for start_time_seconds, start_time_str, end_time_seconds in zip(start_time_seconds_list, start_time_str_list, end_time_seconds_list):
|
234 |
st.markdown("__Fragmento: " + start_time_str + "__")
|
235 |
_, container, _ = st.columns([SIDE, WIDTH, SIDE])
|
236 |
+
st.markdown(youtube_video_url.replace("?enablejsapi=1", "") + f'?start={start_time_seconds}&end={end_time_seconds}')
|
237 |
with container:
|
238 |
st_player(youtube_video_url.replace("?enablejsapi=1", "") + f'?start={start_time_seconds}&end={end_time_seconds}')
|
239 |
|