louiecerv commited on
Commit
c0793e3
·
1 Parent(s): 30e13c9
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -92,6 +92,8 @@ This Streamlit app demonstrates the performance of three different machine learn
92
  ax.axis('off')
93
  st.pyplot(fig)
94
 
 
 
95
  # Create tabs
96
  tab1, tab2, tab3 = st.tabs(["Naïve Bayes", "SVM", "KNN"])
97
 
 
92
  ax.axis('off')
93
  st.pyplot(fig)
94
 
95
+ st.markdown("## Clcik on the tabs below to view classifier performance:")
96
+
97
  # Create tabs
98
  tab1, tab2, tab3 = st.tabs(["Naïve Bayes", "SVM", "KNN"])
99