Update app.py
Browse files
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!**")
|