Update templates/home.html
Browse files- templates/home.html +2 -2
templates/home.html
CHANGED
|
@@ -12,7 +12,7 @@
|
|
| 12 |
|
| 13 |
<h1 class="text-center mb-3">Sentiment Classification</h1>
|
| 14 |
<form method="POST" class="row justify-content-center">
|
| 15 |
-
<div class="col-md-
|
| 16 |
<textarea name="user_input" class="form-control" rows="5" cols="30" placeholder="Enter your input here..." required></textarea>
|
| 17 |
</div>
|
| 18 |
<div class="col-md-2">
|
|
@@ -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>
|
|
|
|
| 12 |
|
| 13 |
<h1 class="text-center mb-3">Sentiment Classification</h1>
|
| 14 |
<form method="POST" class="row justify-content-center">
|
| 15 |
+
<div class="col-md-12">
|
| 16 |
<textarea name="user_input" class="form-control" rows="5" cols="30" placeholder="Enter your input here..." required></textarea>
|
| 17 |
</div>
|
| 18 |
<div class="col-md-2">
|
|
|
|
| 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="row justify-content-center">
|
| 27 |
|
| 28 |
<table class="table ">
|
| 29 |
<thead>
|