Devavrat28 commited on
Commit
01270fe
·
verified ·
1 Parent(s): 13227bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"