zayeem00 commited on
Commit
5eadea7
1 Parent(s): b07021e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -61,18 +61,18 @@ with gr.Blocks(gr.themes.Base()) as demo:
61
  expenses = gr.Textbox(label="Monthly Expenses")
62
  savings = gr.Textbox(label="Savings", placeholder = "Overall Savings")
63
  debts = gr.Textbox(label="Debts", placeholder="Current Debts")
64
- investment_preferences = gr.Textbox(label="Investment Preferences")
65
  risk_tolerance = gr.Dropdown(label="Risk Tolerance", choices=["Low", "Medium", "High"])
66
  retirement_age = gr.Number(label="Retirement Age")
67
- retirement_savings_goal = gr.Textbox(label="Retirement Savings Goal")
68
- short_term_goals = gr.Textbox(label="Short-term Goals", placeholder="Comma separated")
69
- long_term_goals = gr.Textbox(label="Long-term Goals", placeholder="Comma separated")
70
  dependents = gr.Number(label="Dependents")
71
  health_expenses = gr.Textbox(label="Monthly Health Expenses")
72
  education_expenses = gr.Textbox(label="Education Expenses", placeholder= "Monthly Expense")
73
- insurance_policies = gr.Textbox(label="Insurance Policies", placeholder="Comma separated")
74
  major_purchases = gr.Textbox(label="Major Purchases", placeholder="Enter estimated costs")
75
- emergency_fund = gr.Textbox(label="Emergency Fund")
76
  annual_income_growth = gr.Textbox(label="Annual Income Growth", placeholder="In %")
77
  annual_expense_growth = gr.Textbox(label="Annual Expense Growth", placeholder="In %")
78
  currency = gr.Dropdown(label="Currency", choices=["HKD", "USD", "EUR", "GBP", "JPY", "INR", "AUD", "CAD", "CHF", "CNY", "Other"])
 
61
  expenses = gr.Textbox(label="Monthly Expenses")
62
  savings = gr.Textbox(label="Savings", placeholder = "Overall Savings")
63
  debts = gr.Textbox(label="Debts", placeholder="Current Debts")
64
+ investment_preferences = gr.Textbox(label="Investment Preferences", placeholder="Eg: Stocks, Real Estate")
65
  risk_tolerance = gr.Dropdown(label="Risk Tolerance", choices=["Low", "Medium", "High"])
66
  retirement_age = gr.Number(label="Retirement Age")
67
+ retirement_savings_goal = gr.Textbox(label="Retirement Savings Goal", placeholder = "Eg: 5 Million")
68
+ short_term_goals = gr.Textbox(label="Short-term Goals", placeholder="Eg: Vacation, Vehicle Purchase")
69
+ long_term_goals = gr.Textbox(label="Long-term Goals", placeholder="Eg: Retirement Plan, Children's Education")
70
  dependents = gr.Number(label="Dependents")
71
  health_expenses = gr.Textbox(label="Monthly Health Expenses")
72
  education_expenses = gr.Textbox(label="Education Expenses", placeholder= "Monthly Expense")
73
+ insurance_policies = gr.Textbox(label="Insurance Policies", placeholder="Eg: Health, Term")
74
  major_purchases = gr.Textbox(label="Major Purchases", placeholder="Enter estimated costs")
75
+ emergency_fund = gr.Textbox(label="Emergency Fund", placeholder="Liquid Funds")
76
  annual_income_growth = gr.Textbox(label="Annual Income Growth", placeholder="In %")
77
  annual_expense_growth = gr.Textbox(label="Annual Expense Growth", placeholder="In %")
78
  currency = gr.Dropdown(label="Currency", choices=["HKD", "USD", "EUR", "GBP", "JPY", "INR", "AUD", "CAD", "CHF", "CNY", "Other"])