Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,8 +21,8 @@ df = load_data()
|
|
| 21 |
# -------------------------
|
| 22 |
# ⚙️ Model Training
|
| 23 |
# -------------------------
|
| 24 |
-
features = ['
|
| 25 |
-
target = '
|
| 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]
|