Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -331,13 +331,17 @@ async def home():
|
|
331 |
|
332 |
<h2>2. View Basic Store Map</h2>
|
333 |
<pre>
|
|
|
334 |
https://lucifer7210-maps.hf.space/api/stores/map?lat=18.9701&lon=72.8330&radius=0.5
|
|
|
335 |
</pre>
|
336 |
<p>Shows map centered at Main Street with 500m radius</p>
|
337 |
|
338 |
<h2>3. View All Store Locations with Color Coding</h2>
|
339 |
<pre>
|
340 |
-
https://lucifer7210-maps.hf.space/api/stores/locations?lat=18.9685&lon=72.8325&radius=2
|
|
|
|
|
341 |
</pre>
|
342 |
<p>Shows detailed map with color-coded stores within 2km</p>
|
343 |
|
|
|
331 |
|
332 |
<h2>2. View Basic Store Map</h2>
|
333 |
<pre>
|
334 |
+
<a href="https://lucifer7210-maps.hf.space/api/stores/map?lat=18.9701&lon=72.8330&radius=0.5" target="_blank">
|
335 |
https://lucifer7210-maps.hf.space/api/stores/map?lat=18.9701&lon=72.8330&radius=0.5
|
336 |
+
</a>
|
337 |
</pre>
|
338 |
<p>Shows map centered at Main Street with 500m radius</p>
|
339 |
|
340 |
<h2>3. View All Store Locations with Color Coding</h2>
|
341 |
<pre>
|
342 |
+
<a href="https://lucifer7210-maps.hf.space/api/stores/locations?lat=18.9685&lon=72.8325&radius=2" target="_blank">
|
343 |
+
https://lucifer7210-maps.hf.space/api/stores/locations?lat=18.9685&lon=72.8325&radius=2
|
344 |
+
</a>
|
345 |
</pre>
|
346 |
<p>Shows detailed map with color-coded stores within 2km</p>
|
347 |
|