nesticot commited on
Commit
2e8c439
·
verified ·
1 Parent(s): a0660fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 Display Video")
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)