GianJSX commited on
Commit
90fdd1e
1 Parent(s): 089798f

contributions

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ if 'DEFAULT' in config:
10
 
11
  st.title("Web Scraping Assistant")
12
  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.")
 
13
  if assistant_api_key == '':
14
  assistant_api_key = st.text_input("Paste your API key here:")
15
  if assistant_api_key:
 
10
 
11
  st.title("Web Scraping Assistant")
12
  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.")
13
+ st.write("Contribute to this project on [GitHub](https://github.com/CognitiveLabs/GPT-auto-webscraping)")
14
  if assistant_api_key == '':
15
  assistant_api_key = st.text_input("Paste your API key here:")
16
  if assistant_api_key: