Update modal url
Browse files
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 |
|
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 |
"""
|