Skip to content

Commit 4a04f64

Browse files
Update index.html
1 parent 04902e6 commit 4a04f64

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
color: #f1f1f1;
3232
}
3333

34+
h4 {
35+
text-align: center;
36+
color: #f1f1f1;
37+
}
38+
3439
h2 {
3540
font-weight: normal;
3641
font-size: 16px;
@@ -196,7 +201,7 @@ <h2>(<a href="https://github.com/Hariprashad-Ravikumar/AI-DataScience-Lab" targe
196201

197202
<!-- Upload -->
198203
<div class="section">
199-
<h3>Upload your dataset to receive intelligent insights powered by AI. Our tool cleans your data, builds a predictive model, and explains the trends using OpenAI. Visualizations and downloadable reports included.</h3>
204+
<h4>Upload your dataset to receive intelligent insights powered by AI. Our tool cleans your data, builds a predictive model, and explains the trends using OpenAI. Visualizations and downloadable reports included.</h3>
200205
<form id="uploadForm">
201206
<label for="fileInput">Choose CSV File</label>
202207
<input type="file" id="fileInput" name="file" required />
@@ -273,7 +278,7 @@ <h3>Forecast Visualization</h3>
273278
<!-- Footer -->
274279
<div class="footer">
275280
<small style="color:#aaa;">App Version: 1.0.0 (Beta)</small>
276-
&copy; 2025 Hariprashad Ravikumar · All rights reserved<br>
281+
<br> &copy; 2025 Hariprashad Ravikumar · All rights reserved<br>
277282
<a href="https://hariprashad-ravikumar.github.io" target="_blank">Website</a> ·
278283
<a href="https://github.com/Hariprashad-Ravikumar" target="_blank">GitHub</a>
279284
</div>

0 commit comments

Comments
 (0)