Page MenuHomec4science

authors.html
No OneTemporary

File Metadata

Created
Sun, Oct 6, 00:41

authors.html

<!DOCTYPE html>
<html lang="en">
<style>
.content {
max-width: 50px;
margin: auto;
}
</style>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Pacifico">
<link rel="icon" href="http://obj-cache.cloud.ruanbekker.com/favicon.ico">
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
<title>TexGen</title>
</head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<style>
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: null;
color: white;
text-align: center;
}
</style>
<body class="w3-container" style="background-color:#aaaaaa";>
<div class="container w3-monospace">
<div style="background:transparent !important" class="jumbotron">
<div style="font-family: Sofia,Helvetica, sans-serif;font-weight: bold;">
<p>
<center>
<font size="8">Text Generator</font>
</center>
</p>
</div>
</div>
<form action="/authors" method="post">
<div class="input-group">
<input type="text" class="form-control input-lg" name="input" placeholder="Type a new prompt" autofocus>
<div class="input-group-btn">
<button class="btn btn-primary btn-lg" type="submit">
<i class="glyphicon glyphicon-search"></i>
</button>
</div>
</div>
</form>
<body>
<br>
<p class="w3-large" style="color:#000000" >>Your Input: {{ request.form["input"]}}</p>
<br>
<p class="w3-large" style="color:#000000">>Output: {{ res[0]['generated_text']}}</p>
</body>
</div>
</div>
<div class="footer">
<p>&copy; 2021 PanosKostakos </p>
<p><a href="mailto:panos.kostakos@oulu.fi">panos.kostakos@oulu.fi</a></p>
</div>
</body>
</html>

Event Timeline