Update app.py
Browse files
app.py
CHANGED
@@ -2,10 +2,6 @@ import gradio as gr
|
|
2 |
import geopandas as gpd
|
3 |
import pandas as pd
|
4 |
import os
|
5 |
-
#import matplotlib.pyplot as plt
|
6 |
-
#from arcgis.features import FeatureLayer
|
7 |
-
#from arcgis.geometry import Geometry
|
8 |
-
#from shapely.geometry import shape
|
9 |
from shapely.ops import unary_union
|
10 |
#from datasets import load_dataset
|
11 |
|
|
|
2 |
import geopandas as gpd
|
3 |
import pandas as pd
|
4 |
import os
|
|
|
|
|
|
|
|
|
5 |
from shapely.ops import unary_union
|
6 |
#from datasets import load_dataset
|
7 |
|