cbendale10 commited on
Commit
28db3a6
·
verified ·
1 Parent(s): 35ba780

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -78,11 +78,7 @@ if hasattr(model, "feature_names_in_"):
78
 
79
  st.write("### Input DataFrame")
80
  st.dataframe(input_df, use_container_width=True)
81
-
82
- # Optional debug
83
- with st.expander("Debug (optional)"):
84
- st.write("Model expects:", list(getattr(model, "feature_names_in_", FEATURES)))
85
- st.write("Input columns:", list(input_df.columns))
86
 
87
  # -------------------
88
  # PREDICT
 
78
 
79
  st.write("### Input DataFrame")
80
  st.dataframe(input_df, use_container_width=True)
81
+
 
 
 
 
82
 
83
  # -------------------
84
  # PREDICT