gdleds commited on
Commit
e2ccfa6
·
1 Parent(s): 1a46170

modif app explication

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ PaintColor = "black", "grey", "white", "red", "silver", "blue", "orange","beige"
29
 
30
  CarType = "convertible", "coupe", "estate", "hatchback", "sedan", "subcompact", "suv", "van"
31
 
32
- 👉 Pour les autres options (`private_parking_available`, `has_gps`, etc.), utiliser **True pour Oui** et **False pour Non**.
33
 
34
  Exemple :
35
  ```json
 
29
 
30
  CarType = "convertible", "coupe", "estate", "hatchback", "sedan", "subcompact", "suv", "van"
31
 
32
+ 👉 Pour les autres options (`private_parking_available`, `has_gps`, etc.), utiliser **true pour Oui** et **false pour Non**.
33
 
34
  Exemple :
35
  ```json