diff --git a/README.md b/README.md
index 41de1541e230aa2eeb2598114d0b449f4fc0f280..5214d4e751c9d01a622914e8b7a7326e91670800 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,12 @@ dashboard/:
 
 Contains all the Streamlit app components (app.py, overview.py, filtered.py, model_result.py, prediction.py) for building the interactive dashboard.
 
+    model_result.py:  Contains the details used for the model reults tab
+    overview.py: Displays the dataset overview and visualisations
+    prediction.py: Makes predictions uses the models and the informtion needed to input the data
+    test_functions.py: Contains test cases for the functions used in the dashboard  
+    app.py: Combination of all the files needed to run the dashboard succesfully
+
 alzheimers_disease_data.csv:
 
 The primary dataset used for analysis and training.