03chrisk commited on
Commit
29dca43
·
1 Parent(s): 2b39318

bye bye added to app

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