Update pages/23.K-nearest_neighbors.py
Browse files
pages/23.K-nearest_neighbors.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
def main():
|
4 |
-
|
5 |
|
6 |
st.markdown(
|
7 |
"""
|
|
|
1 |
import streamlit as st
|
2 |
|
3 |
def main():
|
4 |
+
st.title("K-Nearest Neighbors")
|
5 |
|
6 |
st.markdown(
|
7 |
"""
|