Github not showing the lines

Hi,
My github is not giving me the lines of code and colab button. I don’t know how I solve this. Can someone help me? Thanks.

You have 2 more options:

  1. Clone the repo and launch jupyter inside the directory.
$ git clone https://github.com/https-deeplearning-ai/tensorflow-1-public
$ jupyter-notebook tensorflow-1-public
  1. Clone the repository using the git clone command shown above and then upload the specific file file to google colab environment and start working there.

Thank you very much. I can work now. :grinning: