gpt2_email_generation / app /templates /answer_generation.html
SurajSingh's picture
answer_generation.html added
fac78e5 verified
<!DOCTYPE html>
<html lang="en">
<head>
<title>Predict</title>
</head>
<body>
<div>
<h1 style="background-color:LightGray;">
<center>Subject Generation </center>
</h1>
</div>
<div>
<fieldset>
<p>
<center>
<span style="font-weight:bold;font-family:sans-serif">Question :</span>
<span style="font-weight:bold;color:black"> {{questionInput}}</span>
</center>
</p>
<br><br>
<h3>
<center>
<span style="font-weight:bold;font-family:sans-serif">Awnser:</span>
<span style="font-weight:bold;color:blue"> {{result}}</span>
</center>
</h3>
<br><br>
<form action="/question_input/" method="get">
<center><button type="submit">Check Another Input</button></center>
</form>
<br>
<form action="/" method="get">
<center><button type="submit">Home</button></center>
</form>
</fieldset>
</div>
</body>
</html>