gpt2_email_generation / app /templates /question_input.html
SurajSingh's picture
Create question_input.html
5c06c7f verified
raw
history blame contribute delete
893 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<title>Index</title>
</head>
<body>
<div>
<h1 style="background-color:LightGray;">
<center>AI ML Question Awnsering Chatbot </center>
</h1>
</div>
<div>
<fieldset>
<ul>
<!li>
<br>
<form action="/question_input/" enctype="multipart/form-data" method="post">
<span style="font-weight:bold;font-family:sans-serif">Enter your Question:</span> <br><br>
<textarea name="questionInput" rows="2" cols="150"></textarea>
<br><br><br><br>
<button type="submit">Get Awnser</button>
</form>
<!/li>
<br><br>
<form action="/" method="get">
<button type="submit">Home</button>
</form>
</ul>
</fieldset>
</div>
</body>
</html>