louiecerv commited on
Commit
fba6eeb
·
1 Parent(s): c0793e3

improved the interface

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