Spaces:
Sleeping
Sleeping
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<title>Generated Comment</title> | |
<style> | |
body { | |
font-family: sans-serif; | |
max-width: 600px; | |
margin: 50px auto; | |
background: #f7f7f7; | |
padding: 20px; | |
border-radius: 8px; | |
} | |
pre { | |
background: #fff; | |
padding: 15px; | |
border-radius: 5px; | |
white-space: pre-wrap; | |
} | |
a { | |
display: inline-block; | |
margin-top: 20px; | |
text-decoration: none; | |
color: #007bff; | |
} | |
</style> | |
</head> | |
<body> | |
<h1>Generated Comment</h1> | |
<pre>{{ generated_text }}</pre> | |
<a href="/">β Generate another</a> | |
</body> | |
</html> |