Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,8 +17,12 @@ def fonc(img):
|
|
| 17 |
age=int(age)-4
|
| 18 |
|
| 19 |
age=str(age)
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
-
|
| 22 |
|
| 23 |
|
| 24 |
|
|
|
|
| 17 |
age=int(age)-4
|
| 18 |
|
| 19 |
age=str(age)
|
| 20 |
+
if str(sexe)=="m":
|
| 21 |
+
return "Vous êtes un homme"
|
| 22 |
+
else:
|
| 23 |
+
return "Vous êtes une femme"
|
| 24 |
|
| 25 |
+
|
| 26 |
|
| 27 |
|
| 28 |
|