Surbhi commited on
Commit
7ca3ef9
·
1 Parent(s): e21ac9c
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -212,5 +212,3 @@ if model in ["Random Forest", "Decision Tree"]:
212
  fig, ax = plt.subplots()
213
  sns.barplot(x=importance_df["Importance"], y=importance_df["Feature"], ax=ax)
214
  st.pyplot(fig)
215
-
216
- st.success("Code generated! Download and start using it! 🚀")
 
212
  fig, ax = plt.subplots()
213
  sns.barplot(x=importance_df["Importance"], y=importance_df["Feature"], ax=ax)
214
  st.pyplot(fig)