Spaces:
Sleeping
Sleeping
bye bye added to app
Browse files
app.py
CHANGED
|
@@ -137,3 +137,6 @@ elif dashboard_choice == "Admin Dashboard":
|
|
| 137 |
feature_importances.plot(kind="barh", ax=ax)
|
| 138 |
ax.set_title(f"Feature Importance - {model_name}")
|
| 139 |
st.pyplot(fig)
|
|
|
|
|
|
|
|
|
|
|
|
| 137 |
feature_importances.plot(kind="barh", ax=ax)
|
| 138 |
ax.set_title(f"Feature Importance - {model_name}")
|
| 139 |
st.pyplot(fig)
|
| 140 |
+
|
| 141 |
+
# say bye
|
| 142 |
+
st.sidebar.write("### Thank you for using our app!")
|