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