kheejay88 commited on
Commit
8b9d6c2
·
verified ·
1 Parent(s): 22c3d16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -94,3 +94,6 @@ if 'df' in locals():
94
  fig, ax = plt.subplots()
95
  sns.countplot(x='Cluster', data=df, palette='viridis', ax=ax)
96
  st.pyplot(fig)
 
 
 
 
94
  fig, ax = plt.subplots()
95
  sns.countplot(x='Cluster', data=df, palette='viridis', ax=ax)
96
  st.pyplot(fig)
97
+
98
+ st.markdown("---") # Adds a horizontal line
99
+ st.markdown("**Thanks!**")