Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinhSE authored Sep 2, 2024
1 parent 7ac30a0 commit c793a28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,13 @@
<body>
<div>
<h1>Bible Verse Similarity</h1>
<center>
<form method="POST">
<label for="user_input">Enter a theme:</label><br>
<input type="text" id="user_input" name="user_input" required><br><br>
<input type="submit" value="Find Similar Verses">
</form>
</center>

{% if results %}
<h2>Results for "{{ user_input }}"</h2>
Expand Down

0 comments on commit c793a28

Please sign in to comment.