From e01fe252a9db956135560e73add8a998ac4e9c45 Mon Sep 17 00:00:00 2001 From: Sanjeevani Avasthi <savasthi@student.unimelb.edu.au> Date: Wed, 26 May 2021 13:46:00 +1000 Subject: [PATCH] Update index.html --- frontend/static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/static/index.html b/frontend/static/index.html index 8772af2..3ced194 100644 --- a/frontend/static/index.html +++ b/frontend/static/index.html @@ -50,7 +50,7 @@ </div> <canvas id="myChart2"></canvas> - <label class="header">Network Of Tweets based on retweets </label> + <label class="header">Network Of Tweets based on replies </label> <div id="networkcityfilter"> <label for="citynetwork" >Choose a city:</label> <select id="citynetwork"> -- GitLab