Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,17 +52,14 @@ def process_input(address, selected_option, additional_input):
|
|
| 52 |
f"{transport_analysis_needed} (Because proposed developing units/space is smaller than {threshold_value})"
|
| 53 |
)
|
| 54 |
|
| 55 |
-
|
| 56 |
-
# Replace 'Your Zone Calculation Logic' with the actual zone calculation code
|
| 57 |
-
|
| 58 |
output_zone = f"{zone}"
|
| 59 |
|
| 60 |
return (
|
| 61 |
output_address,
|
| 62 |
-
output_zone,
|
| 63 |
output_option,
|
| 64 |
output_additional,
|
| 65 |
output_transport_analysis,
|
|
|
|
| 66 |
)
|
| 67 |
|
| 68 |
|
|
|
|
| 52 |
f"{transport_analysis_needed} (Because proposed developing units/space is smaller than {threshold_value})"
|
| 53 |
)
|
| 54 |
|
|
|
|
|
|
|
|
|
|
| 55 |
output_zone = f"{zone}"
|
| 56 |
|
| 57 |
return (
|
| 58 |
output_address,
|
|
|
|
| 59 |
output_option,
|
| 60 |
output_additional,
|
| 61 |
output_transport_analysis,
|
| 62 |
+
output_zone,
|
| 63 |
)
|
| 64 |
|
| 65 |
|