Spaces:
Sleeping
Sleeping
maj app
Browse files
app.py
CHANGED
|
@@ -68,17 +68,17 @@ Grâce à notre modèle prédictif entraîné sur les données du partenaire Get
|
|
| 68 |
|
| 69 |
```json
|
| 70 |
{
|
| 71 |
-
"car_brand": "
|
| 72 |
-
"mileage":
|
| 73 |
"engine_power": 120,
|
| 74 |
"fuel": "diesel",
|
| 75 |
-
"paint_color": "
|
| 76 |
"car_type": "estate",
|
| 77 |
-
"private_parking_available":
|
| 78 |
"has_gps": true,
|
| 79 |
"has_air_conditioning": false,
|
| 80 |
"automatic_car": false,
|
| 81 |
-
"has_getaround_connect":
|
| 82 |
"has_speed_regulator": false,
|
| 83 |
"winter_tires": true
|
| 84 |
}
|
|
|
|
| 68 |
|
| 69 |
```json
|
| 70 |
{
|
| 71 |
+
"car_brand": "Renault",
|
| 72 |
+
"mileage": 50000,
|
| 73 |
"engine_power": 120,
|
| 74 |
"fuel": "diesel",
|
| 75 |
+
"paint_color": "white",
|
| 76 |
"car_type": "estate",
|
| 77 |
+
"private_parking_available": false,
|
| 78 |
"has_gps": true,
|
| 79 |
"has_air_conditioning": false,
|
| 80 |
"automatic_car": false,
|
| 81 |
+
"has_getaround_connect": false,
|
| 82 |
"has_speed_regulator": false,
|
| 83 |
"winter_tires": true
|
| 84 |
}
|