shukdevdatta123 commited on
Commit
55de6c1
·
verified ·
1 Parent(s): f7aa5db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -140,7 +140,7 @@ If you encounter any issues or need assistance, feel free to [Contact Support on
140
  justify-content: center;
141
  align-items: center;
142
  gap: 10px;
143
- background-color: #f0f0f0;
144
  }
145
  </style>
146
  </head>
@@ -195,7 +195,7 @@ If you encounter any issues or need assistance, feel free to [Contact Support on
195
  }
196
  const markers = {};
197
  for (const [name, coord] of Object.entries(coordinates)) {
198
- const marker = L.marker(coord).addTo(map).bindPopup(<b>${name}</b>);
199
  markers[name] = marker;
200
  }
201
  let currentIndex = 0;
 
140
  justify-content: center;
141
  align-items: center;
142
  gap: 10px;
143
+ background-color: #D8C4B6;
144
  }
145
  </style>
146
  </head>
 
195
  }
196
  const markers = {};
197
  for (const [name, coord] of Object.entries(coordinates)) {
198
+ const marker = L.marker(coord).addTo(map).bindPopup(`<b>${name}</b>`);
199
  markers[name] = marker;
200
  }
201
  let currentIndex = 0;