imseldrith commited on
Commit
2784678
·
1 Parent(s): 137a655

Rename templates/paraphase.html to templates/progress.html

Browse files
templates/paraphase.html DELETED
@@ -1,9 +0,0 @@
1
- <!-- templates/paraphrase.html -->
2
- <html>
3
- <head>
4
- <title>Paraphrased Text</title>
5
- </head>
6
- <body>
7
- <h1>Paraphrased Text</h1>
8
- <p>Original Text: {{ original_text }}</p>
9
-
 
 
 
 
 
 
 
 
 
 
templates/progress.html ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <title>Paraphrasing Progress</title>
4
+ </head>
5
+ <body>
6
+ <h1>Paraphrasing...</h1>
7
+ <p>{{ progress }}% completed</p>
8
+ </body>
9
+ </html>