Spaces:
Sleeping
Sleeping
improved the interface
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ This Streamlit app demonstrates the performance of three different machine learn
|
|
92 |
ax.axis('off')
|
93 |
st.pyplot(fig)
|
94 |
|
95 |
-
st.
|
96 |
|
97 |
# Create tabs
|
98 |
tab1, tab2, tab3 = st.tabs(["Naïve Bayes", "SVM", "KNN"])
|
|
|
92 |
ax.axis('off')
|
93 |
st.pyplot(fig)
|
94 |
|
95 |
+
st.write("Click on the tabs below to view classifier performance:")
|
96 |
|
97 |
# Create tabs
|
98 |
tab1, tab2, tab3 = st.tabs(["Naïve Bayes", "SVM", "KNN"])
|