Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>
</div>
<div class="mb-3">
<label class="form-label">Race or Ethnicity</label>
<select class="form-control" name="ethnicity" placeholder="Enter you ethnicity" required>
<select class="form-control" name="race_ethnicity" placeholder="Enter you ethnicity" required>
<option class="placeholder" selected disabled value="">Select Ethnicity</option>
<option value="group A">
Group A
Expand Down Expand Up @@ -108,4 +108,4 @@ <h2>
THE prediction is {{results}}
</h2>
<body>
</html>
</html>