kheejay88 commited on
Commit
87b9b04
·
verified ·
1 Parent(s): 8b9d6c2

Update app.py

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