GianJSX commited on
Commit
f6006a9
1 Parent(s): 2fe291b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def start_session(session_started):
24
  if 'session_started' not in st.session_state:
25
  start_session(True)
26
 
27
- 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)*")
28
 
29
  with st.expander(label="Check out the video demo"):
30
  yt_video = st.video("https://www.youtube.com/watch?v=_zeCun4OlCc")
 
24
  if 'session_started' not in st.session_state:
25
  start_session(True)
26
 
27
+ st.write("This app helps you to extract data from HTML code using web scraping. It uses *GPT-3.5-turbo-16k* to generate the code for you. \n *Contribute to this project on [GitHub](https://github.com/CognitiveLabs/GPT-auto-webscraping)*")
28
 
29
  with st.expander(label="Check out the video demo"):
30
  yt_video = st.video("https://www.youtube.com/watch?v=_zeCun4OlCc")