Skip to content

Commit 628062e

Browse files
committed
Update descriptions!
1 parent af2019c commit 628062e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

templates/home.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ <h3>Meta Prophet Data Prediction</h3>
115115
<div class="feature-card">
116116
<div class="card-icon">💾</div>
117117
<h3>Backend Data Fetching</h3>
118-
<p>Our system fetches prediction data from a Flask backend, which is connected to an online MongoDB database. This setup allows us to ensure that data is always up-to-date and accessible in real-time.</p>
118+
<p>Our system fetches prediction data from our database!</p>
119119
</div>
120120
<div class="feature-card">
121121
<div class="card-icon">📊</div>
122122
<h3>Our World in Data</h3>
123-
<p>Our complete Energy dataset is maintained by Our World in Data, including metrics on energy consumption, energy mix, and electricity mix. The dataset is updated regularly and is available in CSV, XLSX, and JSON formats for detailed analysis.</p>
123+
<p>Our complete Energy dataset was made by Our World in Data, including metrics on energy consumption, energy mix, and electricity mix. The dataset is updated regularly and is available in CSV, XLSX, and JSON formats for detailed analysis.</p>
124124
</div>
125125
</div>
126126
</div>
@@ -158,7 +158,7 @@ <h3>Our World in Data</h3>
158158
data: {
159159
labels: ['2024', '2034', '2044', '2054', '2064', '2074', '2084', '2094', '2104', '2114', '2124'],
160160
datasets: [{
161-
label: 'Renewable Energy Production (TWh)',
161+
label: 'Renewable Energy Production (TWh) *Example Data*',
162162
data: [500, 800, 1000, 1300, 1700, 2000, 2200, 2600, 3000, 3500, 4000],
163163
backgroundColor: 'rgba(78, 204, 163, 0.2)',
164164
borderColor: '#4ecca3',

0 commit comments

Comments
 (0)