Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -269,13 +269,13 @@ def process_data(file_obj):
|
|
| 269 |
# ==========================================
|
| 270 |
iface = gr.Interface(
|
| 271 |
fn=process_data,
|
| 272 |
-
inputs=gr.File(label="Upload Polygon (Limit: 250,000,000 sq m)"),
|
| 273 |
outputs=[
|
| 274 |
gr.Textbox(label="Status Log"),
|
| 275 |
gr.File(label="Download CSV")
|
| 276 |
],
|
| 277 |
-
title="🏙️ Commercial Building Inventory Generator",
|
| 278 |
-
description="Upload a KMZ file. The tool will scan for major Big Box brands, check Solar API
|
| 279 |
)
|
| 280 |
|
| 281 |
iface.launch()
|
|
|
|
| 269 |
# ==========================================
|
| 270 |
iface = gr.Interface(
|
| 271 |
fn=process_data,
|
| 272 |
+
inputs=gr.File(label="Upload Polygon - - (Limit: 250,000,000 sq m)"),
|
| 273 |
outputs=[
|
| 274 |
gr.Textbox(label="Status Log"),
|
| 275 |
gr.File(label="Download CSV")
|
| 276 |
],
|
| 277 |
+
title="🏙️ Commercial Building Inventory Generator (Test - Check- Nokia)",
|
| 278 |
+
description="Upload a KMZ file. The tool will scan for 50+ major Big Box brands, check Solar API, Places API, OpenStreetMap for Area + height/floors."
|
| 279 |
)
|
| 280 |
|
| 281 |
iface.launch()
|