Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111491404
authors.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, May 2, 15:17
Size
1 KB
Mime Type
text/html
Expires
Sun, May 4, 15:17 (2 d)
Engine
blob
Format
Raw Data
Handle
25934009
Attached To
R11149 PDM-Nicola-Oulu
authors.html
View Options
<!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>© 2021 PanosKostakos </p>
<p><a href="mailto:panos.kostakos@oulu.fi">panos.kostakos@oulu.fi</a></p>
</div>
</body>
</html>
Event Timeline
Log In to Comment