namngo commited on
Commit
231d013
·
verified ·
1 Parent(s): a364bc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  # ===============================