Devavrat28 commited on
Commit
f95647d
·
verified ·
1 Parent(s): 8bbf3cf

Update modal url

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
6
  import requests
7
  import json
8
 
9
- MODAL_URL = "https://devsam2898--personal-investment-strategist-10-web.modal.run/strategy"
10
 
11
  def get_investment_strategy(age_group, income, expenses, risk_profile, goal, timeframe):
12
  """
 
6
  import requests
7
  import json
8
 
9
+ MODAL_URL = "https://devsam2898--personal-investment-strategist-optimized-web.modal.run/strategy"
10
 
11
  def get_investment_strategy(age_group, income, expenses, risk_profile, goal, timeframe):
12
  """