Pasham123 commited on
Commit
9f8efd5
·
verified ·
1 Parent(s): 066eb1a

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ st.set_page_config(page_title="KNN", page_icon="🤖", layout="wide")
4
+
5
+ # Title
6
+ st.markdown("<h1 style='color: #003366;'>Understanding K-Nearest Neighbors (KNN)</h1>", unsafe_allow_html=True)
7
+ st.image("https://cdn-uploads.huggingface.co/production/uploads/673f6e448c5214b832b3724c/pcgFJYCffuXy7ilH-Kr53.png")