Spaces:
Sleeping
Sleeping
Commit
·
5ba1556
1
Parent(s):
e8f6fe0
Create parahase.html
Browse files- templates/parahase.html +9 -0
templates/parahase.html
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<html>
|
2 |
+
<head>
|
3 |
+
<title>Paraphrased Text</title>
|
4 |
+
</head>
|
5 |
+
<body>
|
6 |
+
<h1>Paraphrased Text</h1>
|
7 |
+
<p>{{ response_text }}</p>
|
8 |
+
</body>
|
9 |
+
</html>
|