Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from typing import Optional
|
|
8 |
from fpdf import FPDF
|
9 |
|
10 |
# Updated URLs to match your actual Modal deployment
|
11 |
-
MODAL_BASE_URL = "https://devsam2898--personal-investment-strategist-enhanced-web.modal.run
|
12 |
# Based on your original code, these might be the correct endpoints:
|
13 |
STRATEGY_URL = f"{MODAL_BASE_URL}/strategy" # Original endpoint name
|
14 |
HEALTH_URL = f"{MODAL_BASE_URL}/health"
|
|
|
8 |
from fpdf import FPDF
|
9 |
|
10 |
# Updated URLs to match your actual Modal deployment
|
11 |
+
MODAL_BASE_URL = "https://devsam2898--personal-investment-strategist-enhanced-web.modal.run"
|
12 |
# Based on your original code, these might be the correct endpoints:
|
13 |
STRATEGY_URL = f"{MODAL_BASE_URL}/strategy" # Original endpoint name
|
14 |
HEALTH_URL = f"{MODAL_BASE_URL}/health"
|