Skip to content

Commit

Permalink
View Buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollopy-tulane authored Apr 29, 2024
1 parent ff74708 commit 5fabb9e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions nlp/app/templates/myform.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,18 @@
<title>Prediction Form</title>
</head>
<body>
<h1>Bucks in 6: The MKEBucks Subreddit Comment Prediction! </h1>
<h1>Comment Sentiment Prediction</h1>
<form method="POST">
{{ form.csrf_token }}
<div>
{{ form.input_field.label }}
{{ form.input_field }}
</div>
<div>
{{ form.model_choice.label }}
<label>Choose Model:</label>
{% for choice in form.model_choice %}
<label>{{ choice }}</label>
{{ choice }}
{{ choice.label }}
{% endfor %}
</div>
<div>
Expand Down

0 comments on commit 5fabb9e

Please sign in to comment.