Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
CappucciNOPE authored May 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 692d073 commit b1ce346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nlp/app/templates/myform.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{% extends "base.html" %}

{% block content %}
<b>Partisan headline classifier</b>
<b>Hate Speech Classifier</b>
<form action="" method="post" novalidate>
<p>
{{ form.input_field.label }} {{ form.input_field(size=32) }}
{{ form.input_field.label }} {{ form.input_field(size=384) }}
</p>
{{ form.submit() }}
</form>

0 comments on commit b1ce346

Please sign in to comment.