Spaces:
Runtime error
Runtime error
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -278,7 +278,7 @@ if price_models:
|
|
| 278 |
|
| 279 |
st.success(f"Estimated Price: **Rp {price_pred:,.0f}**")
|
| 280 |
|
| 281 |
-
with st.expander("Feature Importance Analysis"):
|
| 282 |
load_and_plot_importance(model_name, "price")
|
| 283 |
else:
|
| 284 |
st.error("Models failed to load.")
|
|
|
|
| 278 |
|
| 279 |
st.success(f"Estimated Price: **Rp {price_pred:,.0f}**")
|
| 280 |
|
| 281 |
+
with st.expander("Feature Importance Analysis", expanded=True):
|
| 282 |
load_and_plot_importance(model_name, "price")
|
| 283 |
else:
|
| 284 |
st.error("Models failed to load.")
|