diff options
| author | Priyansh <[email protected]> | 2021-11-10 00:45:44 -0500 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2021-11-10 00:45:44 -0500 |
| commit | 569fa63d3af2a214c4eef9026b0dfda0df8bf699 (patch) | |
| tree | 06cfad536a173c993058414943a56f95d290a43b | |
| parent | a401ddbb038e32515e9fee3c9e8980b5d84e7525 (diff) | |
| download | temp_pred_arima-569fa63d3af2a214c4eef9026b0dfda0df8bf699.tar.xz temp_pred_arima-569fa63d3af2a214c4eef9026b0dfda0df8bf699.zip | |
Added title
| -rw-r--r-- | dashboard/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/templates/index.html b/dashboard/templates/index.html index 0b4937a..e5568fe 100644 --- a/dashboard/templates/index.html +++ b/dashboard/templates/index.html @@ -5,7 +5,7 @@ <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Document</title> + <title>Analyzing Climate Change using Earth Surface Temperature Visualization</title> <link rel="stylesheet" href="{{url_for('static',filename='css/main.css')}}"> </head> |
