Koomemartin commited on
Commit
f14a181
·
verified ·
1 Parent(s): e52cc51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ class Website:
19
  self.text = soup.body.get_text(separator="\n", strip=True)
20
 
21
  # Initialize Groq client
22
- load_dotenv()
23
  api_key = os.getenv('GROQ_API_KEY')
24
  client = Groq(api_key=api_key)
25
 
 
19
  self.text = soup.body.get_text(separator="\n", strip=True)
20
 
21
  # Initialize Groq client
22
+ # load_dotenv()
23
  api_key = os.getenv('GROQ_API_KEY')
24
  client = Groq(api_key=api_key)
25