Spaces:
Sleeping
Sleeping
<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> |