Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,6 +18,7 @@ st.markdown("""
|
|
| 18 |
|
| 19 |
# Title
|
| 20 |
st.markdown("<h1 style='color: #003366;'>Understanding K-Nearest Neighbors (KNN)</h1>", unsafe_allow_html=True)
|
|
|
|
| 21 |
|
| 22 |
# Introduction
|
| 23 |
st.write("""
|
|
@@ -131,7 +132,7 @@ st.write("""
|
|
| 131 |
# Link to implementation
|
| 132 |
st.markdown("<h2 style='color: #003366;'>KNN Code Implementation</h2>", unsafe_allow_html=True)
|
| 133 |
st.markdown(
|
| 134 |
-
"<a href='https://colab.research.google.com/drive/
|
| 135 |
unsafe_allow_html=True
|
| 136 |
)
|
| 137 |
|
|
|
|
| 18 |
|
| 19 |
# Title
|
| 20 |
st.markdown("<h1 style='color: #003366;'>Understanding K-Nearest Neighbors (KNN)</h1>", unsafe_allow_html=True)
|
| 21 |
+
st.image("https://cdn-uploads.huggingface.co/production/uploads/66be28cc7e8987822d129400/7vQBEhJAO_Bju6_SsK0Ms.png")
|
| 22 |
|
| 23 |
# Introduction
|
| 24 |
st.write("""
|
|
|
|
| 132 |
# Link to implementation
|
| 133 |
st.markdown("<h2 style='color: #003366;'>KNN Code Implementation</h2>", unsafe_allow_html=True)
|
| 134 |
st.markdown(
|
| 135 |
+
"<a href='https://colab.research.google.com/drive/12lD7ceLj5BPiB6tgxaWXciB1IOMYGyZg#scrollTo=96210031-7967-41c4-9de2-56135c423404' target='_blank' style='font-size: 16px; color: #003366;'>Click here to view the notebook</a>",
|
| 136 |
unsafe_allow_html=True
|
| 137 |
)
|
| 138 |
|