Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
-
VIDEO_URL = "https://example.com/not-youtube.mp4"
|
| 4 |
-
st.video(VIDEO_URL)
|
|
|
|
|
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
+
# VIDEO_URL = "https://example.com/not-youtube.mp4"
|
| 4 |
+
# st.video(VIDEO_URL)
|
| 5 |
+
|
| 6 |
+
print('testing')
|