kumar9 commited on
Commit
4d5ed04
1 Parent(s): c5b5ab3

Update templates/home.html

Browse files
Files changed (1) hide show
  1. templates/home.html +2 -2
templates/home.html CHANGED
@@ -13,9 +13,9 @@
13
  <h1 class="text-center mb-3">Sentiment Classification</h1>
14
  <form method="POST" class="row justify-content-center">
15
  <div class="col-md-4">
16
- <input type="text" name="user_input" class="form-control" placeholder="Enter your input...">
17
  </div>
18
- <div class="col-md-2 mt-3">
19
  <button type="submit" class="btn btn-primary">Submit</button>
20
  </div>
21
  </form>
 
13
  <h1 class="text-center mb-3">Sentiment Classification</h1>
14
  <form method="POST" class="row justify-content-center">
15
  <div class="col-md-4">
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">
19
  <button type="submit" class="btn btn-primary">Submit</button>
20
  </div>
21
  </form>