forever-sheikh commited on
Commit
c378f7f
·
verified ·
1 Parent(s): 87455cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 for area, and OpenStreetMap for height/floors."
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()