forever-sheikh commited on
Commit
ecc5e1a
·
verified ·
1 Parent(s): de135ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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. Includes auto-deduplication for departments (Floral, Pharmacy) and area splitting for strip malls."
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()