VampeeHuntee's picture
first commit
cb1f9b3
raw
history blame contribute delete
580 Bytes
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
<link rel="icon" href="data:,">
<title>Phân loại thực thể</title>
</head>
<body>
<p>{% block intro %}{% endblock %}</p>
<h1>{% block title %}{% endblock %}</h1>
<form method="POST", id="input">
<textarea name="text" placeholder="Nhập văn bản:"></textarea>
<button type="submit">Trích xuất thực thể</button>
</form>
<div id="output"></div>
{% block script %}{% endblock %}
</body>
</html>