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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,8 +14,8 @@ os.environ["LANGCHAIN_ENDPOINT"]="https://api.smith.langchain.com"
14
  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.")
18
- st.write("Contribute to this project on [GitHub](https://github.com/CognitiveLabs/GPT-auto-webscraping)")
19
 
20
  with st.expander(label="Check out the video demo"):
21
  yt_video = st.video("https://www.youtube.com/watch?v=_zeCun4OlCc")
 
14
  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")