Solar-Iz commited on
Commit
2a6bb99
·
1 Parent(s): b254e5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,4 +63,4 @@ if st.button("Предсказать цену"):
63
  st.write("SHAP Force Plot:")
64
  fig, ax = plt.subplots()
65
  shap.force_plot(explainer.expected_value, shap_values, input_data, matplotlib=True, show=False)
66
- st.pyplot(fig))
 
63
  st.write("SHAP Force Plot:")
64
  fig, ax = plt.subplots()
65
  shap.force_plot(explainer.expected_value, shap_values, input_data, matplotlib=True, show=False)
66
+ st.pyplot(fig)