analist commited on
Commit
a90f379
·
verified ·
1 Parent(s): 06df054

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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'