Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ headers = {"Authorization": f"Bearer {API_TOKEN}"} if API_TOKEN else {}
|
|
24 |
timeout = 100 # seconds for API call timeout
|
25 |
|
26 |
IMAGE_DIR = "temp_generated_images" # Directory to store temporary images
|
27 |
-
ARINTELLI_REDIRECT_BASE = "https://
|
28 |
|
29 |
# --- Ensure temporary directory exists ---
|
30 |
try:
|
|
|
24 |
timeout = 100 # seconds for API call timeout
|
25 |
|
26 |
IMAGE_DIR = "temp_generated_images" # Directory to store temporary images
|
27 |
+
ARINTELLI_REDIRECT_BASE = "https://arinteli.com/app/" # Your redirector URL
|
28 |
|
29 |
# --- Ensure temporary directory exists ---
|
30 |
try:
|