Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 =
|
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:
|