Kiuyha commited on
Commit
8913fdb
·
verified ·
1 Parent(s): a509f46

Upload app.py with huggingface_hub

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