saherPervaiz commited on
Commit
228e765
·
verified ·
1 Parent(s): 71be87b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import os
4
  import requests
5
 
6
  # Retrieve the GROC API Key from environment variable
7
- GROC_API_KEY = os.getenv("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")
8
 
9
  # Check if the API key is missing
10
  if not GROC_API_KEY:
 
4
  import requests
5
 
6
  # Retrieve the GROC API Key from environment variable
7
+ GROC_API_KEY = "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"
8
 
9
  # Check if the API key is missing
10
  if not GROC_API_KEY: