analist commited on
Commit
6b93bb5
·
verified ·
1 Parent(s): db07a95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -5,6 +5,8 @@ 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'
10
  geojson_data = json.load(open(geojson_file_path, "r"))
 
5
  import folium
6
  import streamlit as st
7
 
8
+
9
+ st.title('Carte')
10
  # Specify the path to your GeoJSON file
11
  geojson_file_path = 'BNDA_TGO_2017-06-29_lastupdate.geojson'
12
  geojson_data = json.load(open(geojson_file_path, "r"))