Results 5 comments of Ricky

Yes, `src` for all the images on readme files are updated with [new repo](https://github.com/firstcontributions/assets). However, @dilipkn007 may change those images because all those images do not have the same shadowing...

@Roshanjossey Images with shadows on four sides: 1. [submit-pull-request.png](https://github.com/firstcontributions/assets/blob/master/Readme/submit-pull-request.png) `poor quality` 2. [compare-and-pull.png](https://github.com/firstcontributions/assets/blob/master/Readme/compare-and-pull.png) `poor quality` Images with shadows on three sides: 1. [fork.png](https://github.com/firstcontributions/assets/blob/master/Readme/fork.png) 2. [copy-to-clipboard.png](https://github.com/firstcontributions/assets/blob/master/Readme/copy-to-clipboard.png) 3. [clone.png](https://github.com/firstcontributions/assets/blob/master/Readme/clone.png) Image with no...

![Screenshot 2023-04-21 at 3 28 07 PM](https://user-images.githubusercontent.com/31179234/233743709-8eed85ea-01c0-4b98-b515-387448b7d5f7.png) Same error on Google colab after `!pip install -q git+https://github.com/sushil79g/Nepali_nlp.git`

You have to install the font manually.

Inside `plot_bars()` method, change this code `text = f'{x1:,.0f}'` to `text = f'{x1:,.2f}'`