From 13fae5c477556c5089438d3d0ae87a3420151221 Mon Sep 17 00:00:00 2001
From: Prince Addae <charles.addae@student.uclouvain.be>
Date: Fri, 24 May 2024 17:40:51 +0000
Subject: [PATCH] Update file README.md

---
 README.md | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 361195fa..f857e207 100644
--- a/README.md
+++ b/README.md
@@ -95,16 +95,18 @@ The project is organized into the following key components:
 ### Datasets
 
 1. ***small***
-    - Contains traditional MovieLens data and is used for evaluating models and building our recommendation system.
+ - Contains traditional MovieLens data and is used for evaluating models and building our recommendation system.
 
 2. ***test***
-    - A smaller dataset (6 users and 10 items) used for understanding algorithm workings during model development.and how algorithms work during model development.
+ - A smaller dataset (6 users and 10 items) used for understanding algorithm workings during model development.and how algorithms work during model development.
 
 3. ***tiny***
-    - A reduced version of the small dataset for debugging purposes.
+ - A reduced version of the small dataset for debugging purposes.
 
 
-#### Web Page - Overview
+
+
+### Web Page - Overview
 
 Our web page serves as the user interface for the Recommender System. It allows users to interact with the recommendation models & view recommended items. It was built in backend powered by Flask (Python) to handle requests and serve recommendations. 
 
-- 
GitLab