osamaifti commited on
Commit
e52835b
1 Parent(s): d48ffcc

Create result.html

Browse files
Files changed (1) hide show
  1. result.html +13 -0
result.html ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Classification Result</title>
7
+ </head>
8
+ <body>
9
+ <h1>Classification Result</h1>
10
+ <p>{{ class_label }}</p>
11
+ <img src="result.jpg" alt="Result Image">
12
+ </body>
13
+ </html>