Zeel commited on
Commit
508df8c
·
verified ·
1 Parent(s): 2edc159

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -9,7 +9,13 @@ file_map = {"Ahmedabad 10 km buffer": "ahmedabad_10km_buffer.geojson",
9
  "Delhi 80x80 km": "delhi_airshed.geojson",
10
  "West Bengal 20x20 km": "wb_small_airshed.geojson",
11
  }
12
- st.title("Brick Kilns Interactive Map")
 
 
 
 
 
 
13
  region = st.selectbox("Select a region", list(file_map.keys()))
14
 
15
  def style_function(feature):
 
9
  "Delhi 80x80 km": "delhi_airshed.geojson",
10
  "West Bengal 20x20 km": "wb_small_airshed.geojson",
11
  }
12
+ # st.title("Brick Kilns Interactive Map")
13
+ st.markdown(
14
+ f"""
15
+ <h1 style="text-align: center;">Brick Kilns Interactive Map</h1>
16
+ """,
17
+ unsafe_allow_html=True,
18
+ )
19
  region = st.selectbox("Select a region", list(file_map.keys()))
20
 
21
  def style_function(feature):