GianJSX commited on
Commit
cdc5bd9
·
1 Parent(s): c8114a5

video from youtube

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -19,10 +19,8 @@ st.write("This app helps you to extract data from HTML code using web scraping.
19
  st.write("Contribute to this project on [GitHub](https://github.com/CognitiveLabs/GPT-auto-webscraping)")
20
 
21
  with st.expander(label="Check out the video demo"):
22
- video_file = open('demo.mp4', 'rb')
23
- video_bytes = video_file.read()
24
 
25
- st.video(video_bytes)
26
 
27
 
28
  if assistant_api_key == '':
 
19
  st.write("Contribute to this project on [GitHub](https://github.com/CognitiveLabs/GPT-auto-webscraping)")
20
 
21
  with st.expander(label="Check out the video demo"):
22
+ yt_video = st.video("https://www.youtube.com/watch?v=_zeCun4OlCc")
 
23
 
 
24
 
25
 
26
  if assistant_api_key == '':