Update app.py
Browse files
app.py
CHANGED
|
@@ -191,7 +191,7 @@ try:
|
|
| 191 |
video_url = str(soup).split('<source src="')[1].split('" ')[0]
|
| 192 |
# Share the video through Streamlit
|
| 193 |
#st.video(video_url)
|
| 194 |
-
st.markdown( f'####
|
| 195 |
|
| 196 |
#st.write("Select Row to Display Video")
|
| 197 |
|
|
|
|
| 191 |
video_url = str(soup).split('<source src="')[1].split('" ')[0]
|
| 192 |
# Share the video through Streamlit
|
| 193 |
#st.video(video_url)
|
| 194 |
+
st.markdown( f'#### [Link to Video]({video_url})')
|
| 195 |
|
| 196 |
#st.write("Select Row to Display Video")
|
| 197 |
|