dilithjay commited on
Commit
fc0c6a0
·
1 Parent(s): 35fa6c4

Add Seruwila to the list of regions

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -95,6 +95,8 @@ def gr_generate_map(
95
  center = (6.3846744, 80.8868755)
96
  elif region == "Yudhaganawa":
97
  center = (7.665643, 80.9529867)
 
 
98
  if token:
99
  fig.update_layout(
100
  mapbox=dict(
@@ -156,6 +158,7 @@ with gr.Blocks() as demo:
156
  "Indikolapelessa",
157
  "Ginigalpelessa",
158
  "Yudhaganawa",
 
159
  ],
160
  )
161
 
 
95
  center = (6.3846744, 80.8868755)
96
  elif region == "Yudhaganawa":
97
  center = (7.665643, 80.9529867)
98
+ elif region == "Seruwila":
99
+ center = (8.335057, 81.320460)
100
  if token:
101
  fig.update_layout(
102
  mapbox=dict(
 
158
  "Indikolapelessa",
159
  "Ginigalpelessa",
160
  "Yudhaganawa",
161
+ "Seruwila",
162
  ],
163
  )
164