Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|