Spaces:
Sleeping
Sleeping
John Walley
commited on
Commit
ยท
e7d8560
1
Parent(s):
cf66efe
Update not found message.
Browse files
app.py
CHANGED
|
@@ -79,7 +79,7 @@ def generate_inspection_map(lat, lon):
|
|
| 79 |
|
| 80 |
if inspection_data.empty:
|
| 81 |
return px.scatter_mapbox(
|
| 82 |
-
title="No Inspection Data Found",
|
| 83 |
lat=[],
|
| 84 |
lon=[],
|
| 85 |
)
|
|
|
|
| 79 |
|
| 80 |
if inspection_data.empty:
|
| 81 |
return px.scatter_mapbox(
|
| 82 |
+
title="No Inspection Data Found. Are you near Austin, TX restaurants?",
|
| 83 |
lat=[],
|
| 84 |
lon=[],
|
| 85 |
)
|