Upload folder using huggingface_hub
Browse files
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
|