Skip to content

Commit

Permalink
For Fun/Placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
TeachMeTW committed Oct 9, 2024
1 parent 3f072e7 commit 6e1e57f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,7 @@
caption="Skibidi Toilet",
use_column_width=True
)

video_file = open("skibidi.mp4", "rb")
video_bytes = video_file.read()
st.video(video_bytes)
Binary file added skibidi.mp4
Binary file not shown.

0 comments on commit 6e1e57f

Please sign in to comment.