Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import requests
|
|
4 |
import os
|
5 |
|
6 |
# Set the GROC API Key directly in the code
|
7 |
-
GROC_API_KEY = os.getenv("
|
8 |
|
9 |
# Function to load and preprocess data
|
10 |
@st.cache_data
|
|
|
4 |
import os
|
5 |
|
6 |
# Set the GROC API Key directly in the code
|
7 |
+
GROC_API_KEY = os.getenv("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") # Make sure your API key is stored in the environment variable
|
8 |
|
9 |
# Function to load and preprocess data
|
10 |
@st.cache_data
|