Engineer786 commited on
Commit
8cab8a5
·
verified ·
1 Parent(s): de9c72b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -36,9 +36,7 @@ appliances = {
36
  }
37
 
38
  # Groq client setup for advice generation
39
- client = Groq(
40
- api_key=os.environ.get("GROQ_API_KEY"),
41
- )
42
 
43
  def scrape_data():
44
  """
 
36
  }
37
 
38
  # Groq client setup for advice generation
39
+ client = Groq(api_key=os.environ.get('GroqApi'))
 
 
40
 
41
  def scrape_data():
42
  """