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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -329,7 +329,7 @@ def process_data(file_obj):
329
  # ==========================================
330
  iface = gr.Interface(
331
  fn=process_data,
332
- inputs=gr.File(label="Upload Polygon (KML/KMZ)"),
333
  outputs=[
334
  gr.Textbox(label="Status Log"),
335
  gr.File(label="Download CSV")
 
329
  # ==========================================
330
  iface = gr.Interface(
331
  fn=process_data,
332
+ inputs=gr.File(label="Upload Polygon (KML/KMZ) - - Limit 250,000,000 Sq meters area"),
333
  outputs=[
334
  gr.Textbox(label="Status Log"),
335
  gr.File(label="Download CSV")