suhail0318 commited on
Commit
c4507ed
·
verified ·
1 Parent(s): 1766749

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "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"
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):