Update navigation/steering-angle.py
Browse files
navigation/steering-angle.py
CHANGED
|
@@ -132,7 +132,7 @@ with col2:
|
|
| 132 |
VIDEO_URL = Path(BASE_DIR) / "assets" / "demo_video.mp4"
|
| 133 |
st.video(VIDEO_URL)
|
| 134 |
|
| 135 |
-
|
| 136 |
|
| 137 |
|
| 138 |
if uploaded_file:
|
|
@@ -243,7 +243,7 @@ with col2:
|
|
| 243 |
# A帽adir un poco de espacio entre botones y previsualizaciones
|
| 244 |
st.markdown("<br>", unsafe_allow_html=True)
|
| 245 |
|
| 246 |
-
# Preview columns originales
|
| 247 |
preview_cols = st.columns(2)
|
| 248 |
|
| 249 |
# Start frame preview
|
|
@@ -283,7 +283,7 @@ with col2:
|
|
| 283 |
st.image(st.session_state.end_preview, caption=f"End Frame: {st.session_state.end_frame_helper}", use_container_width=True)
|
| 284 |
|
| 285 |
st.markdown("</div>", unsafe_allow_html=True)
|
| 286 |
-
|
| 287 |
|
| 288 |
# Display the current range information
|
| 289 |
selected_frames = st.session_state.end_frame_helper - st.session_state.start_frame_helper + 1
|
|
|
|
| 132 |
VIDEO_URL = Path(BASE_DIR) / "assets" / "demo_video.mp4"
|
| 133 |
st.video(VIDEO_URL)
|
| 134 |
|
| 135 |
+
|
| 136 |
|
| 137 |
|
| 138 |
if uploaded_file:
|
|
|
|
| 243 |
# A帽adir un poco de espacio entre botones y previsualizaciones
|
| 244 |
st.markdown("<br>", unsafe_allow_html=True)
|
| 245 |
|
| 246 |
+
# Preview columns originales
|
| 247 |
preview_cols = st.columns(2)
|
| 248 |
|
| 249 |
# Start frame preview
|
|
|
|
| 283 |
st.image(st.session_state.end_preview, caption=f"End Frame: {st.session_state.end_frame_helper}", use_container_width=True)
|
| 284 |
|
| 285 |
st.markdown("</div>", unsafe_allow_html=True)
|
| 286 |
+
|
| 287 |
|
| 288 |
# Display the current range information
|
| 289 |
selected_frames = st.session_state.end_frame_helper - st.session_state.start_frame_helper + 1
|