Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import json
|
|
4 |
import os
|
5 |
|
6 |
# Load API Key from Hugging Face Secrets
|
7 |
-
API_KEY = os.getenv("
|
8 |
|
9 |
# API Details
|
10 |
API_URL = "https://instagram230.p.rapidapi.com/user/details"
|
|
|
4 |
import os
|
5 |
|
6 |
# Load API Key from Hugging Face Secrets
|
7 |
+
API_KEY = os.getenv("INSTA_API")
|
8 |
|
9 |
# API Details
|
10 |
API_URL = "https://instagram230.p.rapidapi.com/user/details"
|