Synav commited on
Commit
a660307
·
verified ·
1 Parent(s): 045cfd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1549,8 +1549,7 @@ with tab_predict:
1549
  num_cols = meta["schema"]["numeric"]
1550
  cat_cols = meta["schema"]["categorical"]
1551
 
1552
- st.write("DEBUG: feature columns as loaded from meta:")
1553
- st.write(feature_cols)
1554
 
1555
  # Map normalized name -> actual model column name
1556
  FEATURE_LOOKUP = {norm_col(c): c for c in feature_cols}
 
1549
  num_cols = meta["schema"]["numeric"]
1550
  cat_cols = meta["schema"]["categorical"]
1551
 
1552
+
 
1553
 
1554
  # Map normalized name -> actual model column name
1555
  FEATURE_LOOKUP = {norm_col(c): c for c in feature_cols}