Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -336,7 +336,7 @@ else:
|
|
| 336 |
# đúng thứ tự mô hình simple
|
| 337 |
simple_features += [sotc_qua, sotcno, TBCHK]
|
| 338 |
|
| 339 |
-
final_features = np.array(simple_features).reshape(1, -
|
| 340 |
# ===============================
|
| 341 |
# PREDICT BUTTON
|
| 342 |
# ===============================
|
|
|
|
| 336 |
# đúng thứ tự mô hình simple
|
| 337 |
simple_features += [sotc_qua, sotcno, TBCHK]
|
| 338 |
|
| 339 |
+
final_features = np.array(simple_features).reshape(1, -1)
|
| 340 |
# ===============================
|
| 341 |
# PREDICT BUTTON
|
| 342 |
# ===============================
|