Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- 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>
|
| 7 |
<style>
|
| 8 |
body {
|
| 9 |
font-family: Arial, sans-serif;
|
|
@@ -81,7 +81,7 @@
|
|
| 81 |
</head>
|
| 82 |
<body>
|
| 83 |
<div class="container">
|
| 84 |
-
<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()" />
|