Update navigation/steering-angle.py
Browse files
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("-
|
| 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"
|