Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ import streamlit as st
|
|
| 45 |
|
| 46 |
|
| 47 |
# Set up the headers with the Bearer token
|
| 48 |
-
headers = {"Authorization": f"Bearer {
|
| 49 |
|
| 50 |
|
| 51 |
# Query the API
|
|
|
|
| 45 |
|
| 46 |
|
| 47 |
# Set up the headers with the Bearer token
|
| 48 |
+
headers = {"Authorization": f"Bearer {api_key}"}
|
| 49 |
|
| 50 |
|
| 51 |
# Query the API
|