File size: 350 Bytes
e8f6fe0
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
<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>