Skip to content

Commit c793a28

Browse files
authored
Update index.html
1 parent 7ac30a0 commit c793a28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,13 @@
8989
<body>
9090
<div>
9191
<h1>Bible Verse Similarity</h1>
92+
<center>
9293
<form method="POST">
9394
<label for="user_input">Enter a theme:</label><br>
9495
<input type="text" id="user_input" name="user_input" required><br><br>
9596
<input type="submit" value="Find Similar Verses">
9697
</form>
98+
</center>
9799

98100
{% if results %}
99101
<h2>Results for "{{ user_input }}"</h2>

0 commit comments

Comments
 (0)