Spaces:
Runtime error
Runtime error
contributions
Browse files
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:
|