Frederick001 commited on
Commit
a3efc2b
·
verified ·
1 Parent(s): 1c9299e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,8 +21,8 @@ df = load_data()
21
  # -------------------------
22
  # ⚙️ Model Training
23
  # -------------------------
24
- features = ['Agriculture_Contribution', 'Industry_Contribution', 'Services_Contribution', 'Inflation_Rate', 'Govt_Debt']
25
- target = 'GDP_Billion_USD'
26
 
27
  X = df[features]
28
  y = df[target]
 
21
  # -------------------------
22
  # ⚙️ Model Training
23
  # -------------------------
24
+ features = ['Agriculture to GDP', 'Industry to GDP', 'Services to GDP', 'Inflation rate', 'Government debt']
25
+ target = 'Real GDP'
26
 
27
  X = df[features]
28
  y = df[target]