diff --git a/README.md b/README.md
index 76b99d9..1a01086 100644
--- a/README.md
+++ b/README.md
@@ -95,6 +95,7 @@ Yahoo! Finance: https://finance.yahoo.com/
## Data Application
+I used Plotly Dash as the python framework to create the interactive web application. The data application itself is hosted by AWS Elastic Beanstalk.
### Network plots of acquisitions and mergers for the Big Four
Used [NetworkX](https://networkx.org/) Python library in to develop the network plot.
@@ -116,6 +117,7 @@ Used [scikit learn]( https://scikit-learn.org/stable/index.html) linear model ma
![scatter_plot](https://github.com/juanchok12/Concentration-of-Banking/assets/116334702/c721feae-a5f1-4d5c-b2f1-ef9344f9dc32)
+
### a) From web scraping HTML tables to CSV files to creating pivot data frames using Python:
1) Webscraping: Webscraped the Federal Reserve data on large commercial banks by identifying the HTML tables, downloaded the tables into HTML files and transformed these files into CSV files.