daniel-saed commited on
Commit
abe6dc7
verified
1 Parent(s): f254b08

Update navigation/steering-angle.py

Browse files
Files changed (1) hide show
  1. navigation/steering-angle.py +3 -3
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
- uploaded_file = uploaded_file if uploaded_file is not None else str(VIDEO_URL)
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 (mantener tu c贸digo existente)
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
- # ...existing code...
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