[go: up one dir, main page]

0% found this document useful (0 votes)
7 views1 page

Commande

Uploaded by

Aziz Tlili
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

Commande

Uploaded by

Aziz Tlili
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

cd "C:\Users\LOQ\Desktop\Summer Internship"

.\venv310\Scripts\activate

///////////////////

In terminal:
python app.py
Open http://127.0.0.1:5000

awel code html :


<!DOCTYPE html>
<html>
<head>
<title>AI vs Human Text Detector</title>
</head>
<body>
<h1>AI vs Human Text Detector</h1>
<form method="POST">
<textarea name="text" rows="10" cols="50" placeholder="Paste your text
here..."></textarea><br>
<input type="submit" value="Check Text">
</form>

{% if result %}
<h3>{{ result }}</h3>
{% endif %}
</body>
</html>

You might also like