Spaces:
Running
Running
Update index.html
Browse files- index.html +9 -4
index.html
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html lang="en">
|
3 |
<head>
|
@@ -11,13 +13,13 @@
|
|
11 |
<body class="bg-dark text-light">
|
12 |
<header class="hero text-center py-5">
|
13 |
<h1 class="display-3">π SentimentSpark π₯</h1>
|
14 |
-
<p class="lead">Unleash
|
15 |
</header>
|
16 |
<div class="container py-4">
|
17 |
-
<div class="card bg-dark border-
|
18 |
<div class="card-body">
|
19 |
<label for="sentimentFilter" class="form-label">Filter by Sentiment:</label>
|
20 |
-
<select id="sentimentFilter" class="form-select bg-dark text-light border-
|
21 |
<option value="all">All Sentiments</option>
|
22 |
<option value="positive">Positive π</option>
|
23 |
<option value="negative">Negative π</option>
|
@@ -36,9 +38,12 @@
|
|
36 |
<tbody id="dataTable"></tbody>
|
37 |
</table>
|
38 |
</div>
|
|
|
|
|
|
|
39 |
</div>
|
40 |
<footer class="text-center py-4">
|
41 |
-
<p
|
42 |
</footer>
|
43 |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
|
44 |
<script src="script.js"></script>
|
|
|
1 |
+
|
2 |
+
|
3 |
<!DOCTYPE html>
|
4 |
<html lang="en">
|
5 |
<head>
|
|
|
13 |
<body class="bg-dark text-light">
|
14 |
<header class="hero text-center py-5">
|
15 |
<h1 class="display-3">π SentimentSpark π₯</h1>
|
16 |
+
<p class="lead">Unleash 500 Reviews in a Futuristic, Dark-Themed Interface</p>
|
17 |
</header>
|
18 |
<div class="container py-4">
|
19 |
+
<div class="card bg-dark border-neon mb-4">
|
20 |
<div class="card-body">
|
21 |
<label for="sentimentFilter" class="form-label">Filter by Sentiment:</label>
|
22 |
+
<select id="sentimentFilter" class="form-select bg-dark text-light border-neon">
|
23 |
<option value="all">All Sentiments</option>
|
24 |
<option value="positive">Positive π</option>
|
25 |
<option value="negative">Negative π</option>
|
|
|
38 |
<tbody id="dataTable"></tbody>
|
39 |
</table>
|
40 |
</div>
|
41 |
+
<nav aria-label="Page navigation">
|
42 |
+
<ul class="pagination justify-content-center" id="pagination"></ul>
|
43 |
+
</nav>
|
44 |
</div>
|
45 |
<footer class="text-center py-4">
|
46 |
+
<p>Β© 2025 SentimentSpark by ghostai1. Licensed under Apache-2.0. Built with π.</p>
|
47 |
</footer>
|
48 |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
|
49 |
<script src="script.js"></script>
|