Spaces:
Runtime error
Runtime error
video from youtube
Browse files
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 |
-
|
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 == '':
|