Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,8 +23,8 @@ headers = {
|
|
23 |
"Authorization": f"Bearer {API_KEY}",
|
24 |
"Content-Type": "application/json",
|
25 |
}
|
26 |
-
response = requests.get(API_URL, headers=headers)
|
27 |
-
print(response.status_code, response.json())
|
28 |
|
29 |
|
30 |
# Make the API request
|
|
|
23 |
"Authorization": f"Bearer {API_KEY}",
|
24 |
"Content-Type": "application/json",
|
25 |
}
|
26 |
+
#response = requests.get(API_URL, headers=headers)
|
27 |
+
#print(response.status_code, response.json())
|
28 |
|
29 |
|
30 |
# Make the API request
|