parahase / templates /index.html
imseldrith's picture
Create templates/index.html
e8f6fe0
raw
history blame
350 Bytes
<html>
<head>
<title>Paraphrase AI Generated Content</title>
</head>
<body>
<h1>Paraphrase AI Generated Content</h1>
<form action="{{ url_for('paraphrase') }}" method="post">
<textarea name="text"></textarea><br>
<input type="submit" value="Paraphrase">
</form>
</body>
</html>