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

Update navigation/steering-angle.py

Browse files
Files changed (1) hide show
  1. navigation/steering-angle.py +1 -1
navigation/steering-angle.py CHANGED
@@ -126,7 +126,7 @@ with col2:
126
  with coll3:
127
  st.markdown("<span style='margin-right: 18px;'><strong>Onboard example:</strong></span>", unsafe_allow_html=True)
128
  st.markdown("- 1080p,720p,480p resolutions, 10 to 30 FPS.")
129
- st.markdown("- Full onboard (mandatory).")
130
  #st.markdown("( For testing, if needed )", unsafe_allow_html=True)
131
 
132
  VIDEO_URL = Path(BASE_DIR) / "assets" / "demo_video.mp4"
 
126
  with coll3:
127
  st.markdown("<span style='margin-right: 18px;'><strong>Onboard example:</strong></span>", unsafe_allow_html=True)
128
  st.markdown("- 1080p,720p,480p resolutions, 10 to 30 FPS.")
129
+ st.markdown("- Download this video to test it! ( 3 dots, download )")
130
  #st.markdown("( For testing, if needed )", unsafe_allow_html=True)
131
 
132
  VIDEO_URL = Path(BASE_DIR) / "assets" / "demo_video.mp4"