Zeel commited on
Commit
81bca1f
1 Parent(s): c26ca08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  import numpy as np
3
  import matplotlib.pyplot as plt
4
 
5
- st.subheader("K-nearest neighbors classification")
6
 
7
  st_col = st.columns(1)[0]
8
 
 
2
  import numpy as np
3
  import matplotlib.pyplot as plt
4
 
5
+ st.subheader("K nearest neighbor (KNN) classification")
6
 
7
  st_col = st.columns(1)[0]
8