Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import requests
|
|
| 4 |
from bs4 import BeautifulSoup
|
| 5 |
|
| 6 |
# Initialize OpenAI with your API key
|
| 7 |
-
openai.api_key = "
|
| 8 |
|
| 9 |
# Function to fetch and crawl website content
|
| 10 |
def fetch_website_content(url):
|
|
|
|
| 4 |
from bs4 import BeautifulSoup
|
| 5 |
|
| 6 |
# Initialize OpenAI with your API key
|
| 7 |
+
openai.api_key = "Your API - KEY"
|
| 8 |
|
| 9 |
# Function to fetch and crawl website content
|
| 10 |
def fetch_website_content(url):
|