Update app.py
Browse files
app.py
CHANGED
@@ -95,5 +95,5 @@ if 'df' in locals():
|
|
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!**")
|
|
|
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!**")
|