Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ import plotly.express as px
|
|
3 |
import json
|
4 |
import geopandas as gpd
|
5 |
import folium
|
|
|
6 |
|
7 |
# Specify the path to your GeoJSON file
|
8 |
geojson_file_path = 'BNDA_TGO_2017-06-29_lastupdate.geojson'
|
|
|
3 |
import json
|
4 |
import geopandas as gpd
|
5 |
import folium
|
6 |
+
import streamlit as st
|
7 |
|
8 |
# Specify the path to your GeoJSON file
|
9 |
geojson_file_path = 'BNDA_TGO_2017-06-29_lastupdate.geojson'
|