modif app explication
Browse files
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 **
|
| 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
|