Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -79,4 +79,4 @@ with col3:
|
|
| 79 |
if exists_2:
|
| 80 |
st.video(video_input2)
|
| 81 |
else:
|
| 82 |
-
st.error("Video 2 not found")
|
|
|
|
| 79 |
if exists_2:
|
| 80 |
st.video(video_input2)
|
| 81 |
else:
|
| 82 |
+
st.error("Video 2 is not found")
|