TheBobBob commited on
Commit
6980834
·
verified ·
1 Parent(s): d0c348f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -17,5 +17,6 @@ with open(file_path, "rb") as file:
17
  mime="application/Rmd" # MIME type for RMarkdown files
18
  )
19
 
 
20
  # Display the video
21
  st.video(video_path)
 
17
  mime="application/Rmd" # MIME type for RMarkdown files
18
  )
19
 
20
+ st.write("There is a very quick demo below to show what an example output might look like! 🦠")
21
  # Display the video
22
  st.video(video_path)