Anni01 commited on
Commit
3fdc982
·
verified ·
1 Parent(s): e6bf745

Update app/templates/after.html

Browse files
Files changed (1) hide show
  1. app/templates/after.html +7 -1
app/templates/after.html CHANGED
@@ -1,4 +1,8 @@
1
-
 
 
 
 
2
  <center>
3
 
4
  <h1 class='display-2'>Predicted Caption </h1>
@@ -15,4 +19,6 @@
15
  </h2>
16
 
17
  </center>
 
 
18
 
 
1
+ <html>
2
+ <head>
3
+ <title>Upload Page</title>
4
+ </head>
5
+ <body>
6
  <center>
7
 
8
  <h1 class='display-2'>Predicted Caption </h1>
 
19
  </h2>
20
 
21
  </center>
22
+ </body>
23
+ </html>
24