From 0f4bfedf614593a65d825054f35e089b4c0e9f29 Mon Sep 17 00:00:00 2001
From: selalimi <saraelalami2001@gmail.com>
Date: Fri, 10 Nov 2023 23:00:09 -0500
Subject: [PATCH] update Readme

---
 README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 16dc77a..019c39c 100644
--- a/README.md
+++ b/README.md
@@ -51,18 +51,20 @@ The effectiveness of the KNN algorithm was evaluated based on the number of neig
 
 ### Running the Code
 To execute the models, follow these steps in the terminal:
-
+```
 # Ensure requirements are installed before running KNN or MLP
 pip install -r requirements.txt
 
-1. KNN Model:
+# KNN Model:
 
 python knn.py
 
-2. MLP Model:
+# MLP Model:
 
 python mlp.py 
 
+```
+
 ## Results 
 ### Generating the Graph
 1. Results using KNN:
-- 
GitLab