Skip to content

Commit

Permalink
vids
Browse files Browse the repository at this point in the history
  • Loading branch information
mahithapen committed Dec 3, 2023
1 parent 32dde27 commit 666e75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def results_page():
st.error("Results file not found.")
st.markdown("## MiniMap")
try:
video_file_path = 'tmp/minimap_temp.mp4'
video_file_path = 'tmp/minimap.mp4'
st.video(video_file_path)
except Exception as e:
st.error("Minimap video not found.")
Expand Down

0 comments on commit 666e75a

Please sign in to comment.