Update app.py
Browse files
app.py
CHANGED
|
@@ -191,12 +191,12 @@ 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'[Link to Video]({video_url})')
|
| 195 |
|
| 196 |
#st.write("Select Row to Display Video")
|
| 197 |
|
| 198 |
except AttributeError:
|
| 199 |
-
st.write("Select Row to
|
| 200 |
|
| 201 |
st.markdown(markdown_text_end)
|
| 202 |
st.markdown('</div>', unsafe_allow_html=True)
|
|
|
|
| 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 |
|
| 198 |
except AttributeError:
|
| 199 |
+
st.write("#### Select Row to Get Video Link")
|
| 200 |
|
| 201 |
st.markdown(markdown_text_end)
|
| 202 |
st.markdown('</div>', unsafe_allow_html=True)
|