Update templates/home.html
Browse files- templates/home.html +1 -1
templates/home.html
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
<h2 class="mt-5 text-center">Sentiment Analysis Results:</h2>
|
24 |
<p class="mt-2 text-center">{{user_input}}</p>
|
25 |
|
26 |
-
<div class="
|
27 |
|
28 |
<table class="table ">
|
29 |
<thead>
|
|
|
23 |
<h2 class="mt-5 text-center">Sentiment Analysis Results:</h2>
|
24 |
<p class="mt-2 text-center">{{user_input}}</p>
|
25 |
|
26 |
+
<div class="col-md-12 text-center">
|
27 |
|
28 |
<table class="table ">
|
29 |
<thead>
|