Spaces:
Sleeping
Sleeping
Surbhi
commited on
Commit
·
7ca3ef9
1
Parent(s):
e21ac9c
Fix ui
Browse files
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)
|
|
|
|