vkhghjjhcc commited on
Commit
64d42dc
·
verified ·
1 Parent(s): 0266e7f

Create result.html

Browse files
Files changed (1) hide show
  1. templates/result.html +15 -0
templates/result.html ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="ar">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>نتيجة التصنيف</title>
7
+ </head>
8
+ <body>
9
+ <h1>نتيجة التصنيف</h1>
10
+ <p>الجنس المتوقع: {{ gender }}</p>
11
+ <img src="{{ url_for('static', filename=image_path) }}" alt="الصورة المرفوعة">
12
+ <br>
13
+ <a href="/">عودة للصفحة الرئيسية</a>
14
+ </body>
15
+ </html>