Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -335,7 +335,7 @@ iface = gr.Interface(
|
|
| 335 |
gr.File(label="Download CSV")
|
| 336 |
],
|
| 337 |
title="🌎 Universal Commercial Asset Scanner",
|
| 338 |
-
description="Upload any KML/KMZ. Scans for 50+ Big Box Brands
|
| 339 |
)
|
| 340 |
|
| 341 |
iface.launch()
|
|
|
|
| 335 |
gr.File(label="Download CSV")
|
| 336 |
],
|
| 337 |
title="🌎 Universal Commercial Asset Scanner",
|
| 338 |
+
description="Upload any KML/KMZ. Scans for 50+ Big Box Brands, strip malls. Using Places API, Solar API and OpenStreetMaps API"
|
| 339 |
)
|
| 340 |
|
| 341 |
iface.launch()
|