Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import tempfile
|
|
9 |
load_dotenv()
|
10 |
|
11 |
# Define API settings
|
12 |
-
API_URL =
|
13 |
headers = {"Authorization": f"Bearer {os.getenv('FLOWISE_API')}"}
|
14 |
|
15 |
# Function to send a query to the API
|
|
|
9 |
load_dotenv()
|
10 |
|
11 |
# Define API settings
|
12 |
+
API_URL = os.getenv('API_URL')
|
13 |
headers = {"Authorization": f"Bearer {os.getenv('FLOWISE_API')}"}
|
14 |
|
15 |
# Function to send a query to the API
|