Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -37,7 +37,7 @@ def predict(customer_name: str,
|
|
| 37 |
origin_city_name: str,
|
| 38 |
destination_city_name: str,
|
| 39 |
destination_country: str,
|
| 40 |
-
|
| 41 |
# Convert input data to DataFrame
|
| 42 |
input_data = {
|
| 43 |
'customer_name': customer_name,
|
|
|
|
| 37 |
origin_city_name: str,
|
| 38 |
destination_city_name: str,
|
| 39 |
destination_country: str,
|
| 40 |
+
origin_country: str):
|
| 41 |
# Convert input data to DataFrame
|
| 42 |
input_data = {
|
| 43 |
'customer_name': customer_name,
|