Spaces:
Sleeping
Sleeping
save
Browse files
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 |
|