GianJSX commited on
Commit
d13220b
·
1 Parent(s): f9159cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -15,7 +15,6 @@ os.environ["LANGCHAIN_API_KEY"]=st.secrets["LANGCHAIN_API_KEY"]
15
  os.environ["LANGCHAIN_PROJECT"]=st.secrets["LANGCHAIN_PROJECT"]
16
 
17
  st.write("This app helps you to extract data from HTML code using web scraping. It uses GPT-3.5-turbo to generate the code for you. \n *Contribute to this project on [GitHub](https://github.com/CognitiveLabs/GPT-auto-webscraping)*")
18
- st.write("")
19
 
20
  with st.expander(label="Check out the video demo"):
21
  yt_video = st.video("https://www.youtube.com/watch?v=_zeCun4OlCc")
 
15
  os.environ["LANGCHAIN_PROJECT"]=st.secrets["LANGCHAIN_PROJECT"]
16
 
17
  st.write("This app helps you to extract data from HTML code using web scraping. It uses GPT-3.5-turbo to generate the code for you. \n *Contribute to this project on [GitHub](https://github.com/CognitiveLabs/GPT-auto-webscraping)*")
 
18
 
19
  with st.expander(label="Check out the video demo"):
20
  yt_video = st.video("https://www.youtube.com/watch?v=_zeCun4OlCc")