Spaces:
Sleeping
Sleeping
Alealejandrooo
commited on
Commit
•
aa6995b
1
Parent(s):
bc3e287
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import gradio as gr
|
|
|
2 |
from folium.plugins import HeatMap
|
3 |
from ingest import load_data
|
4 |
from process import get_lat_lon
|
|
|
1 |
import gradio as gr
|
2 |
+
import folium
|
3 |
from folium.plugins import HeatMap
|
4 |
from ingest import load_data
|
5 |
from process import get_lat_lon
|