Elalimy commited on
Commit
246e129
·
verified ·
1 Parent(s): d92d73d

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -3,7 +3,7 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>GPT-2 Predictor</title>
7
  <style>
8
  body {
9
  font-family: Arial, sans-serif;
@@ -81,7 +81,7 @@
81
  </head>
82
  <body>
83
  <div class="container">
84
- <h1>GPT-2 Predictor</h1>
85
  <div class="content">
86
  <input type="text" id="inputText" placeholder="Enter your text here" />
87
  <input type="submit" value="Predict Next Words" onclick="getPredictions()" />
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Auto Complete | Next Word Prediction </title>
7
  <style>
8
  body {
9
  font-family: Arial, sans-serif;
 
81
  </head>
82
  <body>
83
  <div class="container">
84
+ <h1>Auto Complete | Next Word Prediction</h1>
85
  <div class="content">
86
  <input type="text" id="inputText" placeholder="Enter your text here" />
87
  <input type="submit" value="Predict Next Words" onclick="getPredictions()" />